aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/cpuset-mems.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/options/cpuset-mems.md')
-rw-r--r--docs/source/markdown/options/cpuset-mems.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/markdown/options/cpuset-mems.md b/docs/source/markdown/options/cpuset-mems.md
new file mode 100644
index 000000000..d2d13eb54
--- /dev/null
+++ b/docs/source/markdown/options/cpuset-mems.md
@@ -0,0 +1,8 @@
+#### **--cpuset-mems**=*nodes*
+
+Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on
+NUMA systems.
+
+If there are four memory nodes on the system (0-3), use **--cpuset-mems=0,1**
+then processes in the container will only use memory from the first
+two memory nodes.