Skip to content

Commit

Permalink
increase memory limit for e2e test containers
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
  • Loading branch information
matthyx authored and pull[bot] committed Jul 18, 2024
1 parent a9dd30b commit 2134016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_node/container_lifecycle_pod_construction.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
}

Expand Down

0 comments on commit 2134016

Please sign in to comment.