Navigation Menu

Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 8, 2015
1 parent bacc895 commit b9f25e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/Vagrantfile
Expand Up @@ -29,7 +29,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider("virtualbox") do |vb|
vb.gui = false
use_cpus = use_cpu_nums
vb.customize ["modifyvm", :id, "--cpus", "#{use_cpus.to_s}"]
vb.customize ["modifyvm", :id, "--cpus", use_cpus.to_s]
vb.customize ["modifyvm", :id, "--memory", "2048"]
vb.customize ["modifyvm", :id, "--ioapic", "on"]
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
Expand Down

0 comments on commit b9f25e3

Please sign in to comment.