Merge pull request #598 from rajasec/readme-swap

Updating swapiness value in README
This commit is contained in:
Michael Crosby
2016-02-29 10:55:00 -08:00
+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,
},