Merge pull request #598 from rajasec/readme-swap
Updating swapiness value in README
This commit is contained in:
commit
cda03a7ef1
|
@ -76,7 +76,7 @@ config := &configs.Config{
|
|||
Name: "test-container",
|
||||
Parent: "system",
|
||||
Resources: &configs.Resources{
|
||||
MemorySwappiness: -1,
|
||||
MemorySwappiness: nil,
|
||||
AllowAllDevices: false,
|
||||
AllowedDevices: configs.DefaultAllowedDevices,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue