Bump Kubelet workingset upper bound

parent 304dbd0e
...@@ -74,7 +74,7 @@ var _ = framework.KubeDescribe("Summary API", func() { ...@@ -74,7 +74,7 @@ var _ = framework.KubeDescribe("Summary API", func() {
// We don't limit system container memory. // We don't limit system container memory.
"AvailableBytes": BeNil(), "AvailableBytes": BeNil(),
"UsageBytes": bounded(1*mb, 10*gb), "UsageBytes": bounded(1*mb, 10*gb),
"WorkingSetBytes": bounded(1*mb, 1*gb), "WorkingSetBytes": bounded(1*mb, 10*gb),
"RSSBytes": bounded(1*mb, 1*gb), "RSSBytes": bounded(1*mb, 1*gb),
"PageFaults": bounded(1000, 1E9), "PageFaults": bounded(1000, 1E9),
"MajorPageFaults": bounded(0, 100000), "MajorPageFaults": bounded(0, 100000),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment