runtime-config: add example label before json exmaple
Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
parent
4060e6c1cc
commit
0c9a97890d
|
@ -152,6 +152,8 @@ The Spec does not include naming schema for cgroups.
|
|||
The Spec does not support [split hierarchy](https://www.kernel.org/doc/Documentation/cgroups/unified-hierarchy.txt).
|
||||
The cgroups will be created if they don't exist.
|
||||
|
||||
###### Example
|
||||
|
||||
```json
|
||||
"cgroupsPath": "/myRuntime/myContainer"
|
||||
```
|
||||
|
@ -182,6 +184,8 @@ For more information, see [the memory cgroup man page](https://www.kernel.org/do
|
|||
|
||||
More information on `oom_score_adj` available [here](https://www.kernel.org/doc/Documentation/filesystems/proc.txt).
|
||||
|
||||
###### Example
|
||||
|
||||
```json
|
||||
"oomScoreAdj": 0
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue