-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropbox throttled? #44
Comments
I have a variation of the same problem. I haven't solved it, but I suspect Dropbox may need more filesystem watchers (fs.inotify.max_user_watches). Maybe setting a higher limit will work for you. |
You might want to try my more up-to-date fork of this. |
Thank you! I just updated to your fork, and it appears to be working much better. I also appreciate some of the other nice things you've added. I glanced through the commit history and didn't see anything in particular that I would expect to fix this issue. Is it just the update to Debian Buster? I'd love to know what the fix was. |
The But probably, at least if you are using this exact base image here, you will not be running the latest version of Dropbox. |
Ah, I see that. Thanks. |
Hey everyone.
Has anyone else seen a problem with dropbox slowing to a crawl since the 13th/14th Feb?
Sync status remains at 2+ days:
[root@lamarque src]# dropbox status
Syncing "agi-bin" • 2+ days
Indexing "agi-bin" (2+ days)
Installed version: 91.4.548
Nothing in docker's logs to suggest an issue.
Virtual host version:
FROM debian:stretch
top shows dropbox not using much CPU.
3 servers all had the issue at the same time. A 4th server, also with the same docker file is having no issues.
Is anyone else having a similar problem?
Many thanks,
Ray
The text was updated successfully, but these errors were encountered: