mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Change pods memory boundary.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
14e3efe26a
commit
9fc2795d55
@ -112,8 +112,8 @@ var _ = framework.KubeDescribe("Summary API", func() {
|
||||
"Time": recent(maxStatsAge),
|
||||
// Pods are limited by Node Allocatable
|
||||
"AvailableBytes": bounded(1*framework.Kb, memoryLimit),
|
||||
"UsageBytes": bounded(10*framework.Kb, 20*framework.Mb),
|
||||
"WorkingSetBytes": bounded(10*framework.Kb, 20*framework.Mb),
|
||||
"UsageBytes": bounded(10*framework.Kb, 50*framework.Mb),
|
||||
"WorkingSetBytes": bounded(10*framework.Kb, 50*framework.Mb),
|
||||
"RSSBytes": bounded(1*framework.Kb, 20*framework.Mb),
|
||||
"PageFaults": bounded(0, 1000000),
|
||||
"MajorPageFaults": bounded(0, 10),
|
||||
|
Loading…
Reference in New Issue
Block a user