vim /etc/sysctl.conf
Increase the value of fs.inotify.max_user_watches inside (or add the following line if you don't have this value).
fs.inotify.max_user_watches=524288
After saving, execute.
sysctl -p
Restart Goland it's OK
Link: https://stackoverflow.com/questions/65064450/how-to-fix-external-file-changes-sync-may-be-slow-the-current-inotify7-watch
Similar Posts:
- Error: ENOSPC: System limit for number of file watchers reached…
- System limit for number of file watchers reached
- Rsync Real-time Error: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) [sender=3.0.9]
- Elasticsearch startup error, bootstrap checks failed [How to Solve]
- Elasticsearch startup error, bootstrap checks failed
- [Solved] Solr + Zookeeper Error: Could not execute ruok towards ZK host xxx:2181…
- [Solved] ./goland.sh Error: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
- Chrome Commands Error: “Slow network is detected. Fallback font will be used while loading”
- About redis WARNING overcommit_ The solution of memory is set to 0
- max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]