Commit 9f8f6e29 authored by Albert Salim's avatar Albert Salim

Increase task-runner memory request & limit

The task-runner is used to run rails console,
so it would occasionally require significant memory
to load the rails app.
parent db3f0ce4
......@@ -67,10 +67,10 @@ gitlab:
resources:
requests:
cpu: 300m
memory: 800M
memory: 1927M
limits:
cpu: 450m
memory: 2000M
memory: 2890M
webservice:
resources:
requests:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment