Why does virtual box vboxheadless process using Vagrant use 100% of my cpu?

前端 未结 4 412
灰色年华
灰色年华 2020-12-23 11:32

So I\'m using a couple vagrant boxes and when i have them up, \"sometimes/randomly\" it starts to take up 100% cpu on my OS X machine and i have no idea whats causing it. I

4条回答
  •  悲&欢浪女
    2020-12-23 12:07

    EngineerCoder's answer only applies if you're using CoreOS.

    I've run into problems if the VirtualBox Extensions pack version differs from the version of VirtualBox. Also, install the Vagrant VirtualBox guest plugin:

    vagrant plugin install vagrant-vbguest

    And make sure to update the plugin when you update Virtualbox and the extension pack:

    vagrant plugin update vagrant-vbguest

提交回复
热议问题