fixing-atom-and-idea-file-refresh-issue

Monday, Jan 9, 2017

Fixing limit of watch issue

  • sudo vi /etc/sysctl.d/max_user_watches.conf
  • write fs.inotify.max_user_watches = 524288 the file
  • sudo sysctl -p --system
  • restart atom or idea

Reference

comments powered by Disqus