mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00

This reverts commit c12b1b32bc165766c1aa229ca05432c75cc74c3b. The content contains incorrect information and misses a lot of details from the previous page that must be restored. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
577 B
577 B
####> This option file is used in: ####> podman build, create, farm build, pod clone, pod create, run ####> If file is edited, make sure the changes ####> are applicable to all of those.
--shm-size=number[unit]
Size of /dev/shm. A unit can be b (bytes), k (kibibytes), m (mebibytes), or g (gibibytes). If the unit is omitted, the system uses bytes. If the size is omitted, 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.