From c93ff2e913a6da516c83c0d3f8df73004acc6c8b Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 21 Mar 2012 18:03:40 +0100 Subject: main: allow system wide limits for services --- man/systemd.conf.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'man') diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index a110f24541..7dfaa18c18 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -182,6 +182,33 @@ effect if a hardware watchdog is not available. + + + DefaultLimitCPU= + DefaultLimitFSIZE= + DefaultLimitDATA= + DefaultLimitSTACK= + DefaultLimitCORE= + DefaultLimitRSS= + DefaultLimitNOFILE= + DefaultLimitAS= + DefaultLimitNPROC= + DefaultLimitMEMLOCK= + DefaultLimitLOCKS= + DefaultLimitSIGPENDING= + DefaultLimitMSGQUEUE= + DefaultLimitNICE= + DefaultLimitRTPRIO= + DefaultLimitRTTIME= + These settings control + various default resource limits for units. See + setrlimit2 + for details. Use the string + infinity to + configure no limit on a specific + resource. They can be overriden in units files + using corresponding LimitXXXX parameter. + -- cgit v1.2.3-54-g00ecf