Created
December 20, 2015 16:56
-
-
Save thiagosf/ced37a0d8b7342d22e0e to your computer and use it in GitHub Desktop.
Habilitar ioapic para trabalhar com mais de um núcleo no vagrant #notes
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, "--ioapic", "on"] | |
vb.customize ["modifyvm", :id, "--cpus", "2"] | |
vb.customize ["modifyvm", :id, "--memory", "1024"] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment