Dropbox will kill your insane MacBook Air 2013 battery
blog.nicoschuele.com
Dropbox will kill your insane MacBook Air 2013 battery
1–10 of 111 posts
Re: Dropbox will kill your insane MacBook Air 2013 battery
#2Re: Dropbox will kill your insane MacBook Air 2013 battery
#3Thats awful, one can only assume this affects MBP as well. I think I'll now only turn DB on whenever I'm on A/C.
On the other hand, I didn't notice any difference in battery consumption on my Windows 8 laptops. Who knows, maybe OS X Mavericks will change that with the way it handles processes?
Re: Dropbox will kill your insane MacBook Air 2013 battery
#4I'd suggest you invest in a hosted git repo.
Re: Dropbox will kill your insane MacBook Air 2013 battery
#5> 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
#6Note also that when you have the issue with a lot of small files, during/after dropbox is done, Finder / mds will jump to the top of your top indexing the files. I disabled mds in my projects directory and will never place active source directories in dropbox again.
Re: Dropbox will kill your insane MacBook Air 2013 battery
#7> 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.
I store a lot more than just a git repo in Dropbox. I also use it to share files, etc. But yes, I'm starting to look at alternatives. Maybe I'll develop a small utility to push/pull/share files from my home NAS upon request rather than having a continuous process running in the background.
Re: Dropbox will kill your insane MacBook Air 2013 battery
#8I'd also check if that guy's dropbox daemon(s) are stuck in an obvious loop. I'm logged on in my private server, and when it's idle there's hardly any activity on the dropbox threads, the main CPU consumer is one servicing what I suspect to be the main select() loop. And that thread basically stat()ing the .dropbox/config.dbx file every 2 seconds, and reads 16 bytes out of it. That should hardly be measureable in terms of power consumptions on a modern CPU.
Re: Dropbox will kill your insane MacBook Air 2013 battery
#9I see this problem happening only to me when it's used as code repository. Which is what he is doing. I had that for one project because the client didn't want to use git, but it's horrible. So, logically, when you have a lot of files changing all the time (compiling (xcode, eclipse), adding libraries (node, RoR)) you'll see dropbox taking over your computer. For all other uses it seems fine. Note also that when you…
And that is, I would say, rather strange.
Re: Dropbox will kill your insane MacBook Air 2013 battery
#10> 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.
I store a lot more than just a git repo in Dropbox. I also use it to share files, etc. But yes, I'm starting to look at alternatives. Maybe I'll develop a small utility to push/pull/share files from my home NAS upon request rather than having a continuous process running in the background.