diff options
author | Ed Santiago <santiago@redhat.com> | 2022-09-14 13:25:44 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-14 14:31:32 -0600 |
commit | 3f8591c2fcbf9eb80e6ced78d21f130bbdac4272 (patch) | |
tree | 4c88fb2c812baa12688f1ee29f64f53d9d26bcab /docs/source/markdown/options/shm-size.md | |
parent | a73b150e70804907bb2c10390da766a0c6bc7485 (diff) | |
download | podman-3f8591c2fcbf9eb80e6ced78d21f130bbdac4272.tar.gz podman-3f8591c2fcbf9eb80e6ced78d21f130bbdac4272.tar.bz2 podman-3f8591c2fcbf9eb80e6ced78d21f130bbdac4272.zip |
Man pages: refactor common options: --shm-size
Mostly went with the podman-run version. For ease of review, I
kept the "you" word -- I will fix that in my in-progress
cleanup PR.
This affects lots of files, each of which had slightly different
wording, but this actually isn't as bad as it looks. The diffs
were minor, and I'm pretty sure the new refactored text applies
equally well to all the man pages.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/options/shm-size.md')
-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**. |