diff options
author | Pavel Hrdina <phrdina@redhat.com> | 2019-07-29 17:50:05 +0200 |
---|---|---|
committer | Pavel Hrdina <phrdina@redhat.com> | 2019-09-24 15:16:07 +0200 |
commit | 047f5d63d7a1ab75073f8485e2f9b550d25b0772 (patch) | |
tree | 1d0050d1a22e2b9fda999b0e7b3fad2b13a1709d /docs/TRANSIENT-SETTINGS.md | |
parent | Merge pull request #13600 from keszybz/ratelimit (diff) | |
download | systemd-047f5d63d7a1ab75073f8485e2f9b550d25b0772.tar.xz systemd-047f5d63d7a1ab75073f8485e2f9b550d25b0772.zip |
cgroup: introduce support for cgroup v2 CPUSET controller
Introduce support for configuring cpus and mems for processes using
cgroup v2 CPUSET controller. This allows users to limit which cpus
and memory NUMA nodes can be used by processes to better utilize
system resources.
The cgroup v2 interfaces to control it are cpuset.cpus and cpuset.mems
where the requested configuration is written. However, it doesn't mean
that the requested configuration will be actually used as parent cgroup
may limit the cpus or mems as well. In order to reflect the real
configuration cgroup v2 provides read-only files cpuset.cpus.effective
and cpuset.mems.effective which are exported to users as well.
Diffstat (limited to 'docs/TRANSIENT-SETTINGS.md')
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index 7ba5837e81..08d317ca41 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -226,6 +226,8 @@ All cgroup/resource control settings are available for transient units ✓ StartupCPUShares= ✓ CPUQuota= ✓ CPUQuotaPeriodSec= +✓ AllowedCPUs= +✓ AllowedMemoryNodes= ✓ MemoryAccounting= ✓ DefaultMemoryMin= ✓ MemoryMin= |