-
-
Save bittner/c7d1d49fe0c9af907f24 to your computer and use it in GitHub Desktop.
# Set inotify watch limit high enough for IntelliJ IDEA (PhpStorm, PyCharm, RubyMine, WebStorm). | |
# Create this file as /etc/sysctl.d/60-jetbrains.conf (Debian, Ubuntu), and | |
# run `sudo service procps start` or reboot. | |
# Source: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit | |
# | |
# More information resources: | |
# -$ man inotify # manpage | |
# -$ man sysctl.conf # manpage | |
# -$ cat /proc/sys/fs/inotify/max_user_watches # print current value in use | |
fs.inotify.max_user_watches = 524288 |
👍
Well done,Thanks!
Thank you! For Arch linux just run sudo sysctl -p --system
to load new settings.
thx!
👍
👍
Thanks :)
Great job, thank you!
👍
Great, thanks alot!
thanks!!
Good work
Thanks
Thank you.
thanks!!
im using ubuntu 16 , i cannot create "60-jetbrains.conf" file. im getting error message permision denied
Use sudo
in front.
Awesome! Thank you.
For systemd-based distros run sudo systemctl restart systemd-sysctl.service
after creating the file instead reboot.
Hey new people, no need to say "Thanks!" again. Gists do not notify the author of any comments!
Thanks
@dandv Thanks!
But seriously, one day they might, and on the assumption that the author posted this as a gist, so they themselves can reference it and share it, they will still see the thanks.
However I'd instead suggest, that people use reacts on the first thanks comment, or simply star the gist, so that the comments don't get cluttered.
tnx
Thanks!!!!
nice and thanks for that gist...
good job, thanks.