[UPD] doc FAQ inotify watches for PyCharm

This commit is contained in:
Mathieu Benoit 2024-10-18 02:41:00 -04:00
parent 4a1dc0e0e6
commit 71b7c28b71

View file

@ -178,3 +178,16 @@ networks:
external:
name: localnetwork
```
## Pycharm inotify watches limit Linux
Please read this: https://intellij-support.jetbrains.com/hc/en-us/articles/15268113529362-Inotify-Watches-Limit-Linux
Validate it works:
```bash
cat /proc/sys/fs/inotify/max_user_watches
```
Tips, when doing `sudo sysctl -p --system`, validate the order of the process, another process can overwrite your new
value.