aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/shm-size.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/options/shm-size.md')
-rw-r--r--docs/source/markdown/options/shm-size.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/options/shm-size.md b/docs/source/markdown/options/shm-size.md
new file mode 100644
index 000000000..18cafcb86
--- /dev/null
+++ b/docs/source/markdown/options/shm-size.md
@@ -0,0 +1,6 @@
+#### **--shm-size**=*number[unit]*
+
+Size of _/dev/shm_. A _unit_ can be **b** (bytes), **k** (kibibytes), **m** (mebibytes), or **g** (gibibytes).
+If you omit the unit, the system uses bytes. If you omit the size entirely, the default is **64m**.
+When _size_ is **0**, there is no limit on the amount of memory used for IPC by the <<container|pod>>.
+This option conflicts with **--ipc=host**.