-
conf: implement resource limits · c6d09e15Wolfgang Bumiller authored
This adds lxc.limit.<name> options consisting of one or two colon separated numerical values (soft and optional hard limit). If only one number is specified it'll be used for both soft and hard limit. Additionally the word 'unlimited' can be used instead of numbers. Eg. lxc.limit.nofile = 30000:32768 lxc.limit.stack = unlimited Signed-off-by:Wolfgang Bumiller <w.bumiller@proxmox.com>
c6d09e15
×