Merge pull request #15810 from edsantiago/docs_dedup_shmsize
[CI:DOCS] Man pages: refactor common options: --shm-size
This commit is contained in:
commit
c8bd81caca
|
|
@ -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**.
|
||||||
|
|
@ -564,13 +564,7 @@ container
|
||||||
- `seccomp=profile.json` : White listed syscalls seccomp Json file to be used
|
- `seccomp=profile.json` : White listed syscalls seccomp Json file to be used
|
||||||
as a seccomp filter
|
as a seccomp filter
|
||||||
|
|
||||||
#### **--shm-size**=*size*
|
@@option shm-size
|
||||||
|
|
||||||
Size of `/dev/shm`. The format is `<number><unit>`. `number` must be greater
|
|
||||||
than `0`.
|
|
||||||
Unit is optional and 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 system uses `64m`.
|
|
||||||
|
|
||||||
#### **--sign-by**=*fingerprint*
|
#### **--sign-by**=*fingerprint*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -412,11 +412,7 @@ Note: Labeling can be disabled for all containers by setting label=false in the
|
||||||
|
|
||||||
Note: Labeling can be disabled for all containers by setting label=false in the **containers.conf** (`/etc/containers/containers.conf` or `$HOME/.config/containers/containers.conf`) file.
|
Note: Labeling can be disabled for all containers by setting label=false in the **containers.conf** (`/etc/containers/containers.conf` or `$HOME/.config/containers/containers.conf`) file.
|
||||||
|
|
||||||
#### **--shm-size**=*size*
|
@@option shm-size
|
||||||
|
|
||||||
Size of `/dev/shm` (format: `<number>[<unit>]`, where unit = 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 system uses `64m`.
|
|
||||||
When size is `0`, there is no limit on the amount of memory used for IPC by the container.
|
|
||||||
|
|
||||||
@@option stop-signal
|
@@option stop-signal
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -99,11 +99,7 @@ Note: Labeling can be disabled for all pods/containers by setting label=false in
|
||||||
|
|
||||||
Note: Labeling can be disabled for all containers by setting label=false in the **containers.conf** (`/etc/containers/containers.conf` or `$HOME/.config/containers/containers.conf`) file.
|
Note: Labeling can be disabled for all containers by setting label=false in the **containers.conf** (`/etc/containers/containers.conf` or `$HOME/.config/containers/containers.conf`) file.
|
||||||
|
|
||||||
#### **--shm-size**=*size*
|
@@option shm-size
|
||||||
|
|
||||||
Size of `/dev/shm` (format: `<number>[<unit>]`, where unit = b (bytes), k (kibibytes), m (mebibytes), or g (gibibytes))
|
|
||||||
If the unit is omitted, the system uses bytes. If the size is omitted, the system uses `64m`.
|
|
||||||
When size is `0`, there is no limit on the amount of memory used for IPC by the pod. This option conflicts with **--ipc=host** when running containers.
|
|
||||||
|
|
||||||
#### **--start**
|
#### **--start**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -213,11 +213,7 @@ This boolean determines whether or not all containers entering the pod will use
|
||||||
|
|
||||||
Note: This options conflict with **--share=cgroup** since that would set the pod as the cgroup parent but enter the container into the same cgroupNS as the infra container.
|
Note: This options conflict with **--share=cgroup** since that would set the pod as the cgroup parent but enter the container into the same cgroupNS as the infra container.
|
||||||
|
|
||||||
#### **--shm-size**=*size*
|
@@option shm-size
|
||||||
|
|
||||||
Size of `/dev/shm` (format: `<number>[<unit>]`, where unit = b (bytes), k (kibibytes), m (mebibytes), or g (gibibytes))
|
|
||||||
If the unit is omitted, the system uses bytes. If the size is omitted, the system uses `64m`.
|
|
||||||
When size is `0`, there is no limit on the amount of memory used for IPC by the pod. This option conflicts with **--ipc=host** when running containers.
|
|
||||||
|
|
||||||
@@option subgidname
|
@@option subgidname
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -445,11 +445,7 @@ Note: Labeling can be disabled for all containers by setting label=false in the
|
||||||
|
|
||||||
Note: Labeling can be disabled for all containers by setting **label=false** in the **containers.conf**(5) file.
|
Note: Labeling can be disabled for all containers by setting **label=false** in the **containers.conf**(5) file.
|
||||||
|
|
||||||
#### **--shm-size**=*number[unit]*
|
@@option shm-size
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
#### **--sig-proxy**
|
#### **--sig-proxy**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue