Fix value of swappiness

It's officially pointer of uint64 now, no point it can be
-1, change it to 0 as other fields in example.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
Qiang Huang 2015-12-22 13:59:00 +08:00
parent d7df1b4f82
commit e4b4ba2c4c
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ The following parameters can be specified to setup the controller:
"swap": 0,
"kernel": 0,
"kernelTCP": 0,
"swappiness": -1
"swappiness": 0
}
```