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