From 5ce93ff85a4d2f883b2a811cba801f2648a67d89 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 2 May 2023 17:47:57 +0200 Subject: [PATCH] Increase the number of CPUs to 56 for nOS-V docker --- xeon07/gitlab-runner.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xeon07/gitlab-runner.nix b/xeon07/gitlab-runner.nix index 81897ef..6255005 100644 --- a/xeon07/gitlab-runner.nix +++ b/xeon07/gitlab-runner.nix @@ -30,7 +30,10 @@ registrationConfigFile = config.age.secrets."secrets/nosv-token".path; dockerImage = "debian:stable"; tagList = [ "docker" "xeon" ]; - registrationFlags = [ "--docker-network-mode host" ]; + registrationFlags = [ + "--docker-network-mode host" + "--docker-cpus 56" + ]; environmentVariables = { https_proxy = "http://localhost:23080"; http_proxy = "http://localhost:23080";