Skip to content

Instantly share code, notes, and snippets.

@kostysh
Created August 19, 2014 23:50
Show Gist options
  • Save kostysh/6fae05edd04f1302a76d to your computer and use it in GitHub Desktop.
Save kostysh/6fae05edd04f1302a76d to your computer and use it in GitHub Desktop.
Ubuntu config for Dropbox ability to sync many-many files
sudo gedit /etc/sysctl.conf
# add at the end of file line:
fs.inotify.max_user_watches=1000000
# and when
sudo sysctl -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment