Skip to content

Commit 433abe0

Browse files
committed
Merge pull request #279 from hqhq/hq_fix_swappiness_value
Fix value of swappiness
2 parents 2fd5ad6 + e4b4ba2 commit 433abe0

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)