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:
parent
d7df1b4f82
commit
e4b4ba2c4c
|
@ -214,7 +214,7 @@ The following parameters can be specified to setup the controller:
|
|||
"swap": 0,
|
||||
"kernel": 0,
|
||||
"kernelTCP": 0,
|
||||
"swappiness": -1
|
||||
"swappiness": 0
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue