runtime-config-linux.md: fix the type of cpus and mems
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
parent
8faa71eb64
commit
a4d23949f6
|
@ -232,9 +232,9 @@ The following parameters can be specified to setup the controller:
|
|||
|
||||
* **`realtimePeriod`** *(uint64, optional)* - same as **`period`** but applies to realtime scheduler only
|
||||
|
||||
* **`cpus`** *(cpus, optional)* - list of CPUs the container will run in
|
||||
* **`cpus`** *(string, optional)* - list of CPUs the container will run in
|
||||
|
||||
* **`mems`** *(mems, optional)* - list of Memory Nodes the container will run in
|
||||
* **`mems`** *(string, optional)* - list of Memory Nodes the container will run in
|
||||
|
||||
###### Example
|
||||
|
||||
|
|
Loading…
Reference in New Issue