Dropbox stops syncing

12-19-2020
Solution if you have a lot of files in your Dropbox.

Dropbox no longer works well under Linux if you have a lot of files.
Solution:

Add this line
fs.inotify.max_user_watches = 5000000
to this file:
/etc/sysctl.d/99-sysctl.conf

Then do this to reload the kernel parameters:
sudo sysctl --system

Scripts are super useful because they take little time to create - they are often short - and they make life a lot easier.

View 40 more scripts
 
×
×