Navigation Menu

Skip to content

Commit

Permalink
Use meaningful name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 8, 2015
1 parent 68106b0 commit db4a748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/windows/Vagrantfile
Expand Up @@ -24,8 +24,8 @@ 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]
used_n_cpus = use_cpu_nums
vb.customize ["modifyvm", :id, "--cpus", use_n_cpus.to_s]
vb.customize ["modifyvm", :id, "--memory", "2048"]
end

Expand Down

0 comments on commit db4a748

Please sign in to comment.