petsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 年前I'm Not a Programmer, but Here’s Why Linux Is My Daily Driverwww.howtogeek.comexternal-linkmessage-square118fedilinkarrow-up1368arrow-down115
arrow-up1353arrow-down1external-linkI'm Not a Programmer, but Here’s Why Linux Is My Daily Driverwww.howtogeek.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 年前message-square118fedilink
minus-squaresilly goose meekah@lemmy.worldlinkfedilinkarrow-up4·1 年前Interesting. How do you limit RAM for an application?
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up11·1 年前With cgroups, it’s a standard kernel feature. You can limit RAM, CPU, network access, lots of things. It’s used in Docker, LXC, Kubernetes and lots of container solutions.
Interesting. How do you limit RAM for an application?
With cgroups, it’s a standard kernel feature. You can limit RAM, CPU, network access, lots of things. It’s used in Docker, LXC, Kubernetes and lots of container solutions.
Cool, thank you!