From 05905ab0a68abe4df91c3fbb04751c2737e04ec4 Mon Sep 17 00:00:00 2001 From: rajasec Date: Fri, 26 Feb 2016 22:53:28 +0530 Subject: [PATCH] Updating swapiness value in README Signed-off-by: rajasec --- libcontainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/README.md b/libcontainer/README.md index fc6b4b0b..2f63e64c 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, },