diff options
author | Pavel Hrdina <phrdina@redhat.com> | 2021-01-30 18:03:40 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-30 18:19:17 +0100 |
commit | 16455ee2b1853238cf0e936735ff92e690a20253 (patch) | |
tree | 04239c0c092b6a924e5b49ebc411a0e936277dcf /man | |
parent | Merge pull request #18320 from yuwata/network-reduce-trigger-network-events (diff) | |
download | systemd-16455ee2b1853238cf0e936735ff92e690a20253.tar.xz systemd-16455ee2b1853238cf0e936735ff92e690a20253.zip |
man: fix small issue in AllowedMemoryNodes description
It should not mention "CPU" but "NUMA nodes".
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.resource-control.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index ea979ee283..2e547d8b82 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -235,7 +235,7 @@ <listitem> <para>Restrict processes to be executed on specific memory NUMA nodes. Takes a list of memory NUMA nodes indices or ranges separated by either whitespace or commas. Memory NUMA nodes ranges are specified by the lower and upper - CPU indices separated by a dash.</para> + NUMA nodes indices separated by a dash.</para> <para>Setting <varname>AllowedMemoryNodes=</varname> doesn't guarantee that all of the memory NUMA nodes will be used by the processes as it may be limited by parent units. The effective configuration is reported as |