Skip to content

Instantly share code, notes, and snippets.

@tokoiwesley
Last active June 3, 2017 17:42
Show Gist options
  • Select an option

  • Save tokoiwesley/1fea9ba24b7430a29ac4f1cd21ff1200 to your computer and use it in GitHub Desktop.

Select an option

Save tokoiwesley/1fea9ba24b7430a29ac4f1cd21ff1200 to your computer and use it in GitHub Desktop.
Increasing inotify watches limit on Ubuntu 16.04 after inotify resources are exhausted - limit is reached
# Add the following line to /etc/sysctl.conf file
# fs.inotify.max_user_watches = 524288
#
# Then run this command to apply the change:
# sudo sysctl -p --system
#
fs.inotify.max_user_watches = 524288
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment