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: ...@@ -67,10 +67,10 @@ gitlab:
resources: resources:
requests: requests:
cpu: 300m cpu: 300m
memory: 800M memory: 1927M
limits: limits:
cpu: 450m cpu: 450m
memory: 2000M memory: 2890M
webservice: webservice:
resources: resources:
requests: 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