Merge pull request #279 from hqhq/hq_fix_swappiness_value
Fix value of swappiness
This commit is contained in:
commit
433abe0b98
|
@ -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