Turns out this slowed things down a ton

This commit is contained in:
Dane Everitt
2018-07-04 00:08:46 -07:00
parent 30ce42ad97
commit 2b011104c9

4
Vagrantfile vendored
View File

@@ -34,10 +34,6 @@ Vagrant.configure("2") do |config|
vb.cpus = 2
vb.customize ["storagectl", :id, "--name", "SATA Controller", "--hostiocache", "on"]
vb.customize ["modifyvm", :id, "--nictype1", "virtio"]
vb.customize ["modifyvm", :id, "--nictype2", "virtio"]
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
vb.customize ["modifyvm", :id, "--ioapic", "on"]
end