From 71b7c28b710065bd0336d62d64d2da1229b3a0a5 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Fri, 18 Oct 2024 02:41:00 -0400 Subject: [PATCH] [UPD] doc FAQ inotify watches for PyCharm --- doc/FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/FAQ.md b/doc/FAQ.md index a437b2f..cf59f65 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -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.