vagrant-box-osx icon indicating copy to clipboard operation
vagrant-box-osx copied to clipboard

Screen Saver not disabled: heavy cpu usage

Open hactar opened this issue 8 years ago • 1 comments

I suggest that the screen saver should be disabled in the default image. Once the screensaver starts, it consumes one cpu thread at 100%, which isn't ideal for a headless machine. I've worked around the issue by adding defaults -currentHost write com.apple.screensaver idleTime 0 to the Vagrantfile provisioning, but I think it would be smarter if this would be part of the default image.

hactar avatar Jul 21 '17 12:07 hactar

Good point, I will disable it in future versions of this box.

AndrewDryga avatar Jul 21 '17 13:07 AndrewDryga