Skip to content

Increase default worker memory

The idea of increasing the default worker memory has been thrown around a lot recently. With the increase in the number of support requests we've seen with workers being killed often due to memory settings, it makes sense to consider this now.

I doubled the min/max from 250MB to 512MB. I also adjusted the logic for determining default # of workers so that we don't overrun a instance's RAM.

cc/ @marin @jacobvosmaer What do you think about changing this for 8.3? If double is too much we can also consider something like 384MB.

Edited by GitLab Release Tools Bot

Merge request reports