Skip to content

Commit 169b3d8

Browse files
author
Mrunal Patel
committed
Merge pull request #252 from laijs/cpus-mems
runtime-config-linux.md: fix the type of cpus and mems
2 parents 6a0c370 + a4d2394 commit 169b3d8

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)