mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 22:01:06 +00:00 
			
		
		
		
	increase the memory limits to max
This commit is contained in:
		| @@ -113,9 +113,9 @@ var _ = framework.KubeDescribe("Summary API [NodeConformance]", func() { | |||||||
| 				"Time": recent(maxStatsAge), | 				"Time": recent(maxStatsAge), | ||||||
| 				// Pods are limited by Node Allocatable | 				// Pods are limited by Node Allocatable | ||||||
| 				"AvailableBytes":  bounded(1*framework.Kb, memoryLimit), | 				"AvailableBytes":  bounded(1*framework.Kb, memoryLimit), | ||||||
| 				"UsageBytes":      bounded(10*framework.Kb, 400*framework.Mb), | 				"UsageBytes":      bounded(10*framework.Kb, memoryLimit), | ||||||
| 				"WorkingSetBytes": bounded(10*framework.Kb, 400*framework.Mb), | 				"WorkingSetBytes": bounded(10*framework.Kb, memoryLimit), | ||||||
| 				"RSSBytes":        bounded(1*framework.Kb, 160*framework.Mb), | 				"RSSBytes":        bounded(1*framework.Kb, memoryLimit), | ||||||
| 				"PageFaults":      bounded(0, 1000000), | 				"PageFaults":      bounded(0, 1000000), | ||||||
| 				"MajorPageFaults": bounded(0, 10), | 				"MajorPageFaults": bounded(0, 10), | ||||||
| 			}) | 			}) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user