ide - RubyMine - inotify(7) watch limit is too low -
everytime start rubymine annoying message say:
inotify(7) watch limit low
but there's no hint on how solve it.
i running ubuntu.
just add following line /etc/sysctl.conf (systemwide, not search /etc in rubymine folder) increase inotify limit:
##### fix: inotify(7) watch limit low ##### fs.inotify.max_user_watches = 524288
then run
sudo sysctl -p
done!
ps: restart ide...
credit: https://rajeevkannav.blogspot.de/2014/12/rubymine-fix-inotify7-watch-limit-is_26.html
Comments
Post a Comment