Alexey Kreskiyan
Results
1
comments of
Alexey Kreskiyan
In my case of simple linux host (no problem with containers yet), handled the problem with: https://github.com/mikesart/inotify-info - to identify inotify consumers Updated /etc/sysctl.conf with: ``` fs.inotify.max_user_instances=1024 fs.inotify.max_user_watches=1048576 ``` Important...