Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created December 20, 2015 16:56
Show Gist options
  • Save thiagosf/ced37a0d8b7342d22e0e to your computer and use it in GitHub Desktop.
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
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