My Company Wants a Server for all things Gitlab, including Gitlab Runner
It’s a 16GB VPS, 4 CPU, I installed Gitlab-CE on it already, via the omnibus package, with a few tweaks to consume less memory, right now the server is facing 34% memory consumption, while being idle
Now, I want to install Gitlab Runner, I know it’s not recommended to install both on the same machine, but what if:
- our pipelines aren’t triggered that often and neither are that heavy
- our team is very small ( hardly ever more than 4 devs are working at the same time )
- I can make a few tweaks to Gitlab runner also, to improve performance
- I’ll make an effort not to use privileged=true for the runners, but it might be necessary
with all that in place, is it still a really bad idea to have Gitlab and Gitlab Runner installed on the same machine on a production environment?
of course we plan to migrate Gitlab Runner to another server as our team and project number grows, but is this setup solid for a few months?
Thanks for taking your time to answer, it really helps! ![]()