when we see Too many open files - failed to inotify_init
, we could either bump up the limit automatically, or tell the user.
just exec:
sysctl -w fs.file-max=64000
sysctl -w fs.inotify.max_user_instances=8192
when we see Too many open files - failed to inotify_init
, we could either bump up the limit automatically, or tell the user.
just exec:
sysctl -w fs.file-max=64000
sysctl -w fs.inotify.max_user_instances=8192