diff --git a/libcontainer/README.md b/libcontainer/README.md index fc6b4b0b1..2f63e64cc 100644 --- a/libcontainer/README.md +++ b/libcontainer/README.md @@ -76,7 +76,7 @@ config := &configs.Config{ Name: "test-container", Parent: "system", Resources: &configs.Resources{ - MemorySwappiness: -1, + MemorySwappiness: nil, AllowAllDevices: false, AllowedDevices: configs.DefaultAllowedDevices, },