Created
August 19, 2014 23:50
-
-
Save kostysh/6fae05edd04f1302a76d to your computer and use it in GitHub Desktop.
Ubuntu config for Dropbox ability to sync many-many files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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