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
commit cda03a7ef1
1 changed files with 1 additions and 1 deletions

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,
},