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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -