Created
December 5, 2013 01:47
-
-
Save betweenbrain/7798873 to your computer and use it in GitHub Desktop.
Disable VT-X in Vagrantfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.vm.provider :virtualbox do |vb| | |
vb.customize ["modifyvm", :id, "--hwvirtex", "off"] | |
end |
Thanks for sharing! works for me!
This does not seem to work any longer, unfortunately.
still works for me, added v.cpus = 1 to my Vagrantfile just to make sure
Thank you @ex3m1024 for this info!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is generally a solution to