Skip to content

Instantly share code, notes, and snippets.

@mwkang
Created August 10, 2016 04:45
Show Gist options
  • Select an option

  • Save mwkang/672e14a7cdb76e3bdb3686458304cb7d to your computer and use it in GitHub Desktop.

Select an option

Save mwkang/672e14a7cdb76e3bdb3686458304cb7d to your computer and use it in GitHub Desktop.
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
@mwkang
Copy link
Author

mwkang commented Aug 12, 2016

echo fs.inotify.max_user_watches=524288 | tee -a /etc/sysctl.conf && sysctl -p

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