Skip to content

Commit

Permalink
Merge pull request #252 from laijs/cpus-mems
Browse files Browse the repository at this point in the history
runtime-config-linux.md: fix the type of cpus and mems
  • Loading branch information
Mrunal Patel committed Nov 18, 2015
2 parents 6a0c370 + a4d2394 commit 169b3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime-config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 169b3d8

Please sign in to comment.