Merge pull request #279 from hqhq/hq_fix_swappiness_value

Fix value of swappiness
This commit is contained in:
Vincent Batts 2016-01-04 10:55:36 -05:00
commit 433abe0b98
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, "swap": 0,
"kernel": 0, "kernel": 0,
"kernelTCP": 0, "kernelTCP": 0,
"swappiness": -1 "swappiness": 0
} }
``` ```