Updating swapiness value in README
Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
parent
64d87ebdec
commit
05905ab0a6
|
@ -76,7 +76,7 @@ config := &configs.Config{
|
||||||
Name: "test-container",
|
Name: "test-container",
|
||||||
Parent: "system",
|
Parent: "system",
|
||||||
Resources: &configs.Resources{
|
Resources: &configs.Resources{
|
||||||
MemorySwappiness: -1,
|
MemorySwappiness: nil,
|
||||||
AllowAllDevices: false,
|
AllowAllDevices: false,
|
||||||
AllowedDevices: configs.DefaultAllowedDevices,
|
AllowedDevices: configs.DefaultAllowedDevices,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue