nixos/systemd: enable cgroup accounting by default
If this is the default for OpenShift already, we probably can enable it as well. see https://github.com/openshift/machine-config-operator/pull/581
This commit is contained in:
parent
f3a18d4562
commit
0fb17141fb
@ -512,6 +512,14 @@
|
|||||||
Use <literal>rspamd</literal> in proxy mode instead.
|
Use <literal>rspamd</literal> in proxy mode instead.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
systemd cgroup accounting via the
|
||||||
|
<link linkend="opt-systemd.enableCgroupAccounting">systemd.enableCgroupAccounting</link>
|
||||||
|
option is now enabled by default. It now also enables the more recent Block IO and IP accounting
|
||||||
|
features.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
@ -537,7 +537,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
systemd.enableCgroupAccounting = mkOption {
|
systemd.enableCgroupAccounting = mkOption {
|
||||||
default = false;
|
default = true;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable cgroup accounting.
|
Whether to enable cgroup accounting.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user