Dropbox will kill your insane MacBook Air 2013 battery
31–40 of 111 posts
Re: Dropbox will kill your insane MacBook Air 2013 battery
#32> I use it to store my code repository [...] Not using Dropbox is not an option for me as I switch machines several times during the day. I'd suggest you invest in a hosted git repo.
Re: Dropbox will kill your insane MacBook Air 2013 battery
#33Re: Dropbox will kill your insane MacBook Air 2013 battery
#34I had this happen in the past too and found it to be the result of two issues: 1) Using dropbox to house a very large git repo with massive changes and tons of branches... Every time I switched branches, the hundreds of files would change and obviously kick off a major sync job. 2) There were a few files in a folder than had the owner set to the wrong owner and Dropbox couldn't get permission to access them. This cau…
Re: Dropbox will kill your insane MacBook Air 2013 battery
#35Re: Dropbox will kill your insane MacBook Air 2013 battery
#36Re: Dropbox will kill your insane MacBook Air 2013 battery
#37The only takeaway is that his power usage shouldn't be that high with Dropbox idling/paused. But given that he's * surprised at it using a lot of power when doing the initial sync * decided to have a git repo inside Dropbox (just don't do it, you will run into trouble; and it will cause heavy sync activity, thus waking CPU and wifi) * using a unit of capacity to express power consumption I'm not sure I trust his meth…
Dropbox behaves very differently on OSX versus Linux I've found.
Re: Dropbox will kill your insane MacBook Air 2013 battery
#38Dropbox is terrible with CPU usage. This is something I reported to them several times, but it seems they don't really care. Last I tested, Dropbox consumed CPU for ANY changes ANYWHERE in your filesystem, not just within the Dropbox folder. So its (slow) code processed changes even when you untarred a large set of files somewhere in /tmp. I also stopped using Dropbox for storing my code because of that — it's nearly…
I'm genuinely curious: why do this, as opposed to using a DVCS like git?
Re: Dropbox will kill your insane MacBook Air 2013 battery
#39I had this happen in the past too and found it to be the result of two issues: 1) Using dropbox to house a very large git repo with massive changes and tons of branches... Every time I switched branches, the hundreds of files would change and obviously kick off a major sync job. 2) There were a few files in a folder than had the owner set to the wrong owner and Dropbox couldn't get permission to access them. This cau…
> Using dropbox to house a very large git repo with massive changes and tons of branches... Every time I switched branches, the hundreds of files would change and obviously kick off a major sync job. I really have to say honestly: no shit. Sorry if i sound crass but really? When you use an arbitrary piece of software to automatically modify 100s of files the piece of software designed to detect that exact event has d…
Re: Dropbox will kill your insane MacBook Air 2013 battery
#40I had this happen in the past too and found it to be the result of two issues: 1) Using dropbox to house a very large git repo with massive changes and tons of branches... Every time I switched branches, the hundreds of files would change and obviously kick off a major sync job. 2) There were a few files in a folder than had the owner set to the wrong owner and Dropbox couldn't get permission to access them. This cau…
Don't use dropbox to solve a solved problem: git backups should go to another git "server" (like bitbucket or github) But yes, the dropbox client devs should go through these bugs and hopefully fix them