The default value should be around 8k. You can check by ```sh sysctl -n fs.inotify.max_user_watches ``` So 256k or 512k would be better to avoid unexpected error
The default value should be around 8k.
You can check by
So 256k or 512k would be better to avoid unexpected error