Skip to content

Instantly share code, notes, and snippets.

@bittner
Created September 25, 2015 07:57
Show Gist options
  • Select an option

  • Save bittner/c7d1d49fe0c9af907f24 to your computer and use it in GitHub Desktop.

Select an option

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

dandv commented Jan 8, 2018

Copy link
Copy Markdown

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

@Goddard

Goddard commented Aug 3, 2018

Copy link
Copy Markdown

Thanks

@ryantheleach

ryantheleach commented Dec 11, 2018

Copy link
Copy Markdown

@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

jglathe commented Apr 27, 2019

Copy link
Copy Markdown

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

@mickeyperlstein

Copy link
Copy Markdown

tnx

@alextotalk

Copy link
Copy Markdown

Thanks!!!!

@thomich

thomich commented Jul 5, 2021

Copy link
Copy Markdown

nice and thanks for that gist...

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