From 8330b081bceea89fc7fd96a86e8429c2a9b2c36d Mon Sep 17 00:00:00 2001 From: "Tim St. Clair" Date: Mon, 31 Oct 2016 13:51:07 -0700 Subject: [PATCH] Bump Kubelet workingset upper bound --- test/e2e_node/summary_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/summary_test.go b/test/e2e_node/summary_test.go index 9c8d4b3875e..fa2bdc7a30f 100644 --- a/test/e2e_node/summary_test.go +++ b/test/e2e_node/summary_test.go @@ -74,7 +74,7 @@ var _ = framework.KubeDescribe("Summary API", func() { // We don't limit system container memory. "AvailableBytes": BeNil(), "UsageBytes": bounded(1*mb, 10*gb), - "WorkingSetBytes": bounded(1*mb, 1*gb), + "WorkingSetBytes": bounded(1*mb, 10*gb), "RSSBytes": bounded(1*mb, 1*gb), "PageFaults": bounded(1000, 1E9), "MajorPageFaults": bounded(0, 100000),