Limit Jeremiah to 1 job

Even with only 2 jobs in parallel, Jeremiah can't keep up with only 16GB
of RAM. Gonna have to push to get some more memory for it. This is
painful!
This commit is contained in:
Greg Hellings
2025-01-26 14:28:33 -06:00
parent 43928ac91e
commit 44e8d8f249
+2 -2
View File
@@ -76,11 +76,11 @@
services = {
gitlab-runner = {
enable = true;
settings.concurrent = 3;
settings.concurrent = 5;
services = {
shell = {
executor = "shell";
limit = 5;
limit = 1;
authenticationTokenConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";