Skip to content

Instantly share code, notes, and snippets.

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 landrysoules/7a3f14be0e577550773548ae0fdbfd6d to your computer and use it in GitHub Desktop.
Save landrysoules/7a3f14be0e577550773548ae0fdbfd6d to your computer and use it in GitHub Desktop.
Increase inotify on Manjaro
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
# Careful, seems like manjaro already uses /etc/sysctl.d/40 to define a lower value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment