ubuntu 系统中 Goland 报错 External file changes sync may be slow: The current inotify(7) watch limit is too low


本文源自:https://stackoverflow.com/questions/65064450/how-to-fix-external-file-changes-sync-may-be-slow-the-current-inotify7-watch

vim /etc/sysctl.conf

把里面的fs.inotify.max_user_watches的值调大一点(如果没有这个值则直接添加下面这行):
fs.inotify.max_user_watches=524288

保存之后,执行:
sysctl -p

之后重启 Goland 即可


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM