Skip to content

Increase task-runner memory limit

Albert requested to merge alberts-increase-task-runner-memory-limit into master

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.

https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#how-pods-with-resource-limits-are-run

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

Merge request reports

Loading