petsoi@discuss.tchncs.de to Linux@lemmy.ml · 5 months agoI'm Not a Programmer, but Here’s Why Linux Is My Daily Driverwww.howtogeek.comexternal-linkmessage-square118fedilinkarrow-up1367arrow-down115cross-posted to: linux@programming.dev
arrow-up1352arrow-down1external-linkI'm Not a Programmer, but Here’s Why Linux Is My Daily Driverwww.howtogeek.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 5 months agomessage-square118fedilinkcross-posted to: linux@programming.dev
minus-squaresilly goose meekah@lemmy.worldlinkfedilinkarrow-up4·5 months agoInteresting. How do you limit RAM for an application?
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up11·5 months agoWith 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!