Commit a2a410f2 authored by Albert Salim's avatar Albert Salim

Increase task-runner memory limit

The task-runner is used to run rails console,
so it would occasionally require significant memory
to load the rails app.
parent f10d4e52
...@@ -70,7 +70,7 @@ gitlab: ...@@ -70,7 +70,7 @@ gitlab:
memory: 800M memory: 800M
limits: limits:
cpu: 450m cpu: 450m
memory: 1200M memory: 2000M
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