diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-13 19:28:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-16 11:57:48 +0100 |
commit | 9ded9cd14cc03c67291b10a5c42ce5094ba0912f (patch) | |
tree | b905c1173fa4acb99741210907b15136c3919fdf /man | |
parent | 702d4e6f14b0c92f7325fcdc3650c79c2221849e (diff) |
core: enable TasksMax= for all services by default, and set it to 512
Also, enable TasksAccounting= for all services by default, too.
See:
http://lists.freedesktop.org/archives/systemd-devel/2015-November/035006.html
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-system.conf.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 0050f24f8e..ead52951da 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -317,7 +317,9 @@ <varname>MemoryAccounting=</varname> and <varname>TasksAccounting=</varname>. See <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry> - for details on the per-unit settings.</para></listitem> + for details on the per-unit + settings. <varname>DefaulTasksAccounting=</varname> defaults + to on, the other three settings to off.</para></listitem> </varlistentry> <varlistentry> @@ -328,7 +330,7 @@ <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. This setting applies to all unit types that support resource control settings, with the exception of slice - units.</para></listitem> + units. Defaults to 512.</para></listitem> </varlistentry> <varlistentry> |