mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-24 23:48:57 +02:00
The default limits cause issues as reported upstream[1][2], it also breaks the mkinitcpio CI[3]. So match the limits set in systemd since v240[4]. [1] https://github.com/moby/moby/issues/38814 [2] https://github.com/containerd/containerd/pull/7566 [3] https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/commit/da223d2f96b3a397191f3e605f82d95962b15b65 [4] https://github.com/systemd/systemd/blob/4f44d2c4f76922a4f48dd4473e6abaca40d7e555/NEWS#L6556-L6590
14 lines
210 B
JSON
14 lines
210 B
JSON
{
|
|
"ipv6": true,
|
|
"fixed-cidr-v6": "fd00::/80",
|
|
"cgroup-parent": "docker.slice",
|
|
"log-driver": "journald",
|
|
"default-ulimits": {
|
|
"nofile": {
|
|
"Name": "nofile",
|
|
"Hard": 524288,
|
|
"Soft": 1024
|
|
}
|
|
}
|
|
}
|