Skip to content

Instantly share code, notes, and snippets.

@bittner
Created September 25, 2015 07:57
Show Gist options
  • Star 89 You must be signed in to star a gist
  • Fork 16 You must be signed in to fork a gist
  • Save bittner/c7d1d49fe0c9af907f24 to your computer and use it in GitHub Desktop.
Save bittner/c7d1d49fe0c9af907f24 to your computer and use it in GitHub Desktop.
Inotify configuration for IntelliJ IDEA (PhpStorm, PyCharm, RubyMine, WebStorm). Create this file with e.g. `sudo vim /etc/sysctl.d/60-jetbrains.conf`
# 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
@mrimran
Copy link

mrimran commented Jan 16, 2016

Thank you very much.

@tafaust
Copy link

tafaust commented Mar 8, 2016

Thanks!

@dataethos
Copy link

Works for me. Thanks!

IntelliJ IDEA Ultimate 2016.1.1

@Semo
Copy link

Semo commented May 3, 2016

Worked out of the box for IntelliJ 2016.1.1 and Ubuntu 14.04 LTS. Very nice solution. Much appreciated, thank you.

@gianpaolodn
Copy link

works in ubuntu, thanks

Copy link

ghost commented Jul 5, 2016

good job, thanks.

Copy link

ghost commented Jul 6, 2016

👍

@srzyhead
Copy link

Well done,Thanks!

@mercibe
Copy link

mercibe commented Jul 29, 2016

Thank you! For Arch linux just run sudo sysctl -p --system to load new settings.

@hoto
Copy link

hoto commented Aug 16, 2016

thx!

@wietsewarendorff
Copy link

👍

@greew
Copy link

greew commented Nov 10, 2016

👍
Thanks :)

Copy link

ghost commented Dec 6, 2016

Great job, thank you!

@thaarbach
Copy link

👍
Great, thanks alot!

@freeloki
Copy link

freeloki commented Feb 9, 2017

thanks!!

@YnievesDotNet
Copy link

Good work
Thanks

@waghcwb
Copy link

waghcwb commented Apr 24, 2017

Thank you.

Copy link

ghost commented May 9, 2017

thanks!!

@rizwanc018
Copy link

im using ubuntu 16 , i cannot create "60-jetbrains.conf" file. im getting error message permision denied

@vadi2
Copy link

vadi2 commented Jul 7, 2017

Use sudo in front.

@Zikkoua
Copy link

Zikkoua commented Jul 28, 2017

Awesome! Thank you.

@VolCh
Copy link

VolCh commented Sep 4, 2017

For systemd-based distros run sudo systemctl restart systemd-sysctl.service after creating the file instead reboot.

@dandv
Copy link

dandv commented Jan 8, 2018

Hey new people, no need to say "Thanks!" again. Gists do not notify the author of any comments!

@Goddard
Copy link

Goddard commented Aug 3, 2018

Thanks

@ryantheleach
Copy link

ryantheleach commented Dec 11, 2018

@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.

@jglathe
Copy link

jglathe commented Apr 27, 2019

@bittner, @VolCh Thank you. This was great help.

@mickeyperlstein
Copy link

tnx

@alextotalk
Copy link

Thanks!!!!

@thomich
Copy link

thomich commented Jul 5, 2021

nice and thanks for that gist...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment