Skip to content

Commit 6dd6f2c

Browse files
committed
internal/kuberesource: increase memdump memory limits, again again
1 parent ba1754a commit 6dd6f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/kuberesource/sets.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ func MemDump() []any {
926926
),
927927
).
928928
WithResources(ResourceRequirements().
929-
WithMemoryLimitAndRequest(1000),
929+
WithMemoryLimitAndRequest(1500),
930930
),
931931
),
932932
),
@@ -953,7 +953,7 @@ func MemDump() []any {
953953
WithImage("ghcr.io/edgelesssys/contrast/memdump:latest").
954954
WithCommand("/bin/sh", "-c", "sleep inf").
955955
WithResources(ResourceRequirements().
956-
WithMemoryLimitAndRequest(1000),
956+
WithMemoryLimitAndRequest(1500),
957957
),
958958
),
959959
),

0 commit comments

Comments
 (0)