Navigation Menu

Skip to content

Commit

Permalink
Use dedicated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 8, 2015
1 parent b3091f3 commit 4177f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/windows/Vagrantfile
Expand Up @@ -25,8 +25,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.gui = false
used_n_cpus = available_n_cpus
used_n_cpus /= 2 if used_n_cpus >= 2
vb.customize ["modifyvm", :id, "--cpus", use_n_cpus.to_s]
vb.customize ["modifyvm", :id, "--memory", "2048"]
vb.cpus = used_n_cpus
vb.memory = 2048
end

config.vm.provision :shell, path: "cross-build-rroonga.sh", privileged: false
Expand Down

0 comments on commit 4177f3c

Please sign in to comment.