Skip to content

Commit 80c0172

Browse files
committed
chore(gitlab-operator): update runner config mem max for service
ref: #5
1 parent 50e4255 commit 80c0172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/gitlab-operator/components/runner/ConfigMap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323
2424
memory_limit = "1G"
2525
memory_request = "64M"
26-
helper_memory_limit = "128M"
26+
helper_memory_limit = "256M"
2727
helper_memory_request = "64M"
2828
service_memory_limit = "128M"
2929
service_memory_request = "64M"

0 commit comments

Comments
 (0)