Increase task-runner memory limit
What does this MR do?
Fixes #336374 (closed).
Investigation in #336374 (comment 638167580).
task-runner
pod is used to run rails console. So when this happens, it needs significant memory to load the rails app.
Most of the time it is idle.
For these reasons, I think it is sufficient to only increase the memory limit, to avoid being terminated.
If a Container exceeds its memory limit, it might be terminated. If it is restartable, the kubelet will restart it, as with any other type of runtime failure.
Edited by Albert