increase bounded limits for major page faults
This commit is contained in:
@@ -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(),
|
||||||
|
Reference in New Issue
Block a user