Skip to content

Instantly share code, notes, and snippets.

@nickserv
Last active December 15, 2015 02:49
Show Gist options
  • Save nickserv/5190428 to your computer and use it in GitHub Desktop.
Save nickserv/5190428 to your computer and use it in GitHub Desktop.
Fix Dropbox file watching on Linux
  1. Add this to the end of /etc/sysctl.conf (as root):
# Fix Dropbox
fs.inotify.max_user_watches = 100000
  1. Restart Dropbox.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment