Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created December 5, 2013 01:47
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betweenbrain/7798873 to your computer and use it in GitHub Desktop.
Save betweenbrain/7798873 to your computer and use it in GitHub Desktop.
Disable VT-X in Vagrantfile
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--hwvirtex", "off"]
end
@EderRoger
Copy link

Thanks for sharing! works for me!

@rallenecraft
Copy link

This does not seem to work any longer, unfortunately.

@ex3m1024
Copy link

still works for me, added v.cpus = 1 to my Vagrantfile just to make sure

@josefglatz
Copy link

Thank you @ex3m1024 for this info!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment