diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 4860dab841..e106dabaf4 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -438,17 +438,19 @@ DefaultIOAccounting= DefaultIPAccounting= - Configure the default resource accounting settings, as configured per-unit by + + Configure the default resource accounting settings, as configured per-unit by CPUAccounting=, MemoryAccounting=, TasksAccounting=, IOAccounting= and IPAccounting=. See systemd.resource-control5 - for details on the per-unit settings. DefaultTasksAccounting= defaults to yes, - DefaultMemoryAccounting= to &MEMORY_ACCOUNTING_DEFAULT;. - DefaultCPUAccounting= defaults to yes, but really has no effect if enabling CPU - accounting doesn't require the controller to be enabled (Linux 4.15+ using the - unified hierarchy for resource control), otherwise it defaults to no. The other three settings - default to no. + for details on the per-unit settings. + + DefaultCPUAccounting= defaults to yes when running on kernel ≥4.15, and no on older versions. + DefaultMemoryAccounting= defaults to &MEMORY_ACCOUNTING_DEFAULT;. + DefaultTasksAccounting= defaults to yes. + The other settings default to no. +