diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-15 12:02:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 12:02:29 +0200 |
commit | c8bd81cacacb84aa2b080e7b21991e97d5348b0a (patch) | |
tree | a9c305f36590fec79b89a16898b6c18a9034ccc3 /docs/source/markdown/options | |
parent | 89cd311a1b4646cd975181945561a742a5c842f4 (diff) | |
parent | 3f8591c2fcbf9eb80e6ced78d21f130bbdac4272 (diff) | |
download | podman-c8bd81cacacb84aa2b080e7b21991e97d5348b0a.tar.gz podman-c8bd81cacacb84aa2b080e7b21991e97d5348b0a.tar.bz2 podman-c8bd81cacacb84aa2b080e7b21991e97d5348b0a.zip |
Merge pull request #15810 from edsantiago/docs_dedup_shmsize
[CI:DOCS] Man pages: refactor common options: --shm-size
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r-- | docs/source/markdown/options/shm-size.md | 6 |
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**. |