Hi All,
I am getting
tail: inotify cannot be used, reverting to polling: Too many open files
System is set to:
fs.inotify.max_user_instances = 128
fs.inotify.max_user_watches = 8192
My usual solution would be just to set:
fs.inotify.max_user_watches=524288
fs.inotify.max_user_instances=524288
in /etc/sysctl.conf
and
sysctl -p
BUT, there must be a reason for why it is set to what it is set (or not)
I am getting
tail: inotify cannot be used, reverting to polling: Too many open files
System is set to:
fs.inotify.max_user_instances = 128
fs.inotify.max_user_watches = 8192
My usual solution would be just to set:
fs.inotify.max_user_watches=524288
fs.inotify.max_user_instances=524288
in /etc/sysctl.conf
and
sysctl -p
BUT, there must be a reason for why it is set to what it is set (or not)