Konubinix' opinionated web of thoughts

Investigate Too Many Open Files

Fleeting

Come often when running a k8s stack, see too many open files

file-max-file-nr

ssh colima cat /proc/sys/fs/file-nr
3168	0	9223372036854775807

try increasing inotify limits

https://github.com/kubernetes/kubernetes/issues/104303