vagrant-box-osx
vagrant-box-osx copied to clipboard
Screen Saver not disabled: heavy cpu usage
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.
Good point, I will disable it in future versions of this box.