Some Linux distributions (I'm looking at you Arch) change the limit of NOFILE to 65536 instead of the recommended (and default by Docker) 1048576
moby/moby@428d733
This causes some random problems, especially with rsyslog using 100% CPU
Latest Arch:
cat /proc/$(pgrep containerd | head -1)/limits | grep files
Max open files 65536 65536 files
Some Linux distributions (I'm looking at you Arch) change the limit of NOFILE to 65536 instead of the recommended (and default by Docker) 1048576
moby/moby@428d733
This causes some random problems, especially with rsyslog using 100% CPU
Latest Arch:
cat /proc/$(pgrep containerd | head -1)/limits | grep files
Max open files 65536 65536 files