[UPD] doc FAQ inotify watches for PyCharm
This commit is contained in:
parent
4a1dc0e0e6
commit
71b7c28b71
1 changed files with 13 additions and 0 deletions
13
doc/FAQ.md
13
doc/FAQ.md
|
|
@ -178,3 +178,16 @@ networks:
|
||||||
external:
|
external:
|
||||||
name: localnetwork
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue