|
|
|
|
|
by asveikau
2330 days ago
|
|
> how is it even possible for the Dropbox client to consume CPU resources if it isn't monitoring files outside of the Dropbox folder? I did not debug this or look at anything, so I can't tell you. One plausible explanation is they are effectively polling Dropbox folder instead of blocking until actual changes occurr. So maybe that hogs CPU scanning the Dropbox folder at inappropriate times, meaning that other activity on the machine has to compete for CPU time and lock acquisitions with unrelated but very noisy requests from the Dropbox client. The fact that some users say that adjusting ACLs might get their client "unstuck" would fit this theory. Maybe they had a bug that generates noisy scans on the disk when they get "access denied" in an unexpected place. But really I have no idea. |
|