Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Created September 1, 2017 14:16
Show Gist options
  • Select an option

  • Save franciscocpg/48d16444137f11e8028033b18462a86e to your computer and use it in GitHub Desktop.

Select an option

Save franciscocpg/48d16444137f11e8028033b18462a86e to your computer and use it in GitHub Desktop.
Arch increase max user watches

echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system

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