Skip to content

Instantly share code, notes, and snippets.

@mystilleef
Forked from bittner/60-jetbrains.conf
Created May 14, 2016 11:05
Show Gist options
  • Save mystilleef/4aeec3c4774ec5aea06d7e81ddc0c2db to your computer and use it in GitHub Desktop.
Save mystilleef/4aeec3c4774ec5aea06d7e81ddc0c2db to your computer and use it in GitHub Desktop.

Revisions

  1. @bittner bittner created this gist Sep 25, 2015.
    11 changes: 11 additions & 0 deletions 60-jetbrains.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # 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