Bump Kubelet workingset upper bound

This commit is contained in:
Tim St. Clair 2016-10-31 13:51:07 -07:00
parent 304dbd0e2e
commit 8330b081bc
No known key found for this signature in database
GPG Key ID: 434D16BCEF479EAB

View File

@ -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),