Skip to content

Instantly share code, notes, and snippets.

@supanadit
Created August 16, 2020 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supanadit/ab90ad9a5d97438886c2c5fcbb0d0af5 to your computer and use it in GitHub Desktop.
Save supanadit/ab90ad9a5d97438886c2c5fcbb0d0af5 to your computer and use it in GitHub Desktop.

Solution for max watches limit on Arch Linux

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