Skip to content

Commit a4d2394

Browse files
committed
runtime-config-linux.md: fix the type of cpus and mems
Signed-off-by: Lai Jiangshan <[email protected]>
1 parent 8faa71e commit a4d2394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime-config-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ The following parameters can be specified to setup the controller:
232232

233233
* **`realtimePeriod`** *(uint64, optional)* - same as **`period`** but applies to realtime scheduler only
234234

235-
* **`cpus`** *(cpus, optional)* - list of CPUs the container will run in
235+
* **`cpus`** *(string, optional)* - list of CPUs the container will run in
236236

237-
* **`mems`** *(mems, optional)* - list of Memory Nodes the container will run in
237+
* **`mems`** *(string, optional)* - list of Memory Nodes the container will run in
238238

239239
###### Example
240240

0 commit comments

Comments
 (0)