Merge pull request #35828 from timstclair/summary-test

Increase sys container usageBytes upper bound
This commit is contained in:
Anirudh Ramanathan 2016-10-28 20:56:13 -07:00 committed by GitHub
commit 2efdd9edc2

View File

@ -73,7 +73,7 @@ var _ = framework.KubeDescribe("Summary API", func() {
"Time": recent(maxStatsAge),
// We don't limit system container memory.
"AvailableBytes": BeNil(),
"UsageBytes": bounded(1*mb, 1*gb),
"UsageBytes": bounded(1*mb, 10*gb),
"WorkingSetBytes": bounded(1*mb, 1*gb),
"RSSBytes": bounded(1*mb, 1*gb),
"PageFaults": bounded(1000, 1E9),