Navigation Menu

Skip to content

Commit

Permalink
Remove needless configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 8, 2015
1 parent ad5179a commit 68106b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/windows/Vagrantfile
Expand Up @@ -27,9 +27,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
use_cpus = use_cpu_nums
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"]
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end

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

0 comments on commit 68106b0

Please sign in to comment.