Inotify Watches Limit
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
- Add the following line to either /etc/sysctl.conf file or a new *.conf file (e.g. idea.conf) under /etc/sysctl.d/ directory:
fs.inotify.max_user_watches = 524288 - Then run this command to apply the change:
sudo sysctl -p --system
And don’t forget to restart your IDE.
博客介绍了解决Inotify Watches Limit问题的方法。可将 'fs.inotify.max_user_watches = 524288' 这行代码添加到 /etc/sysctl.conf 文件或 /etc/sysctl.d/ 目录下的新 *.conf 文件中,然后运行 'sudo sysctl -p --system' 命令应用更改,最后重启IDE。
1万+





