runtime-config-linux.md: fix the type of cpus and mems

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan 2015-11-17 22:01:30 +08:00
parent 8faa71eb64
commit a4d23949f6
1 changed files with 2 additions and 2 deletions

View File

@ -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