From a4d23949f624636f7489d2e6e6f858a3d3d95cb5 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Tue, 17 Nov 2015 22:01:30 +0800 Subject: [PATCH] runtime-config-linux.md: fix the type of cpus and mems Signed-off-by: Lai Jiangshan --- runtime-config-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime-config-linux.md b/runtime-config-linux.md index 1fff724cc22..d4a414ec854 100644 --- a/runtime-config-linux.md +++ b/runtime-config-linux.md @@ -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