Skip to content

Commit e4b4ba2

Browse files
committed
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 <[email protected]>
1 parent d7df1b4 commit e4b4ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The following parameters can be specified to setup the controller:
214214
"swap": 0,
215215
"kernel": 0,
216216
"kernelTCP": 0,
217-
"swappiness": -1
217+
"swappiness": 0
218218
}
219219
```
220220

0 commit comments

Comments
 (0)