Updating swapiness value in README

Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
rajasec
2016-02-26 22:53:28 +05:30
parent 64d87ebdec
commit 05905ab0a6
+1 -1
View File
@@ -76,7 +76,7 @@ config := &configs.Config{
Name: "test-container",
Parent: "system",
Resources: &configs.Resources{
MemorySwappiness: -1,
MemorySwappiness: nil,
AllowAllDevices: false,
AllowedDevices: configs.DefaultAllowedDevices,
},