Merge pull request #125006 from matthyx/fixoom

increase memory limit for e2e test containers
This commit is contained in:
Kubernetes Prow Robot 2024-05-21 15:48:15 -07:00 committed by GitHub
commit 790d65b28d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -368,7 +368,7 @@ func preparePod(pod *v1.Pod) {
v1.ResourceMemory: resource.MustParse("15Mi"),
},
Limits: v1.ResourceList{
v1.ResourceMemory: resource.MustParse("15Mi"),
v1.ResourceMemory: resource.MustParse("35Mi"),
},
}