Loading

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 即可
posted @ 2021-10-12 09:47  拾月凄辰  阅读(881)  评论(0编辑  收藏  举报