Files
infrastructure/roles/gitlab_runner/defaults/main.yml
Sven-Hendrik HaaseandSven-Hendrik Haase f80416c9d7 gitlab_runner: Set higher common memory limit
- Sets a 16GB memory limit for the docker executor
- Sets a 16GB memory limit for the libvirtd executor
2025-07-11 08:38:02 +02:00

3 lines
89 B
YAML

gitlab_runner_memory_limit_libvirt_mb: 16384
gitlab_runner_memory_limit_docker: "16384m"