mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
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>
This commit is contained in:
6
docs/source/markdown/options/shm-size.md
Normal file
6
docs/source/markdown/options/shm-size.md
Normal file
@ -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**.
|
Reference in New Issue
Block a user