Skip to content
Snippets Groups Projects
Verified Commit d4501d5f authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Merge branch 'ci-reasonable-nofile-limits' into 'master'

gitlab_runner: Set reasonable NOFILE limits to avoid bugs

See merge request archlinux/infrastructure!693
parents 78a685a7 45d80caf
No related branches found
No related tags found
No related merge requests found
Pipeline #60486 passed
......@@ -2,5 +2,12 @@
"ipv6": true,
"fixed-cidr-v6": "fd00::/80",
"cgroup-parent": "docker.slice",
"log-driver": "journald"
"log-driver": "journald",
"default-ulimits": {
"nofile": {
"Name": "nofile",
"Hard": 524288,
"Soft": 1024
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment