mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Increase sys container usageBytes upper bound
This commit is contained in:
parent
bbe36f9186
commit
304dbd0e2e
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user