mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
increase bounded limits for major page faults
This commit is contained in:
parent
c73ab5162b
commit
ecb32a3e29
@ -110,7 +110,7 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
|
|||||||
// this now returns /sys/fs/cgroup/memory.stat total_rss
|
// this now returns /sys/fs/cgroup/memory.stat total_rss
|
||||||
"RSSBytes": bounded(1*e2evolume.Mb, memoryLimit),
|
"RSSBytes": bounded(1*e2evolume.Mb, memoryLimit),
|
||||||
"PageFaults": bounded(1000, 1e9),
|
"PageFaults": bounded(1000, 1e9),
|
||||||
"MajorPageFaults": bounded(0, 100000),
|
"MajorPageFaults": bounded(0, 1e9),
|
||||||
}),
|
}),
|
||||||
"Swap": swapExpectation(memoryLimit),
|
"Swap": swapExpectation(memoryLimit),
|
||||||
"Accelerators": gomega.BeEmpty(),
|
"Accelerators": gomega.BeEmpty(),
|
||||||
|
Loading…
Reference in New Issue
Block a user