Skip to content

Commit

Permalink
Switch network adapter type to paravirtualized for increased performa…
Browse files Browse the repository at this point in the history
…nce (#2748)
  • Loading branch information
hackdna committed May 8, 2018
1 parent 103ddeb commit b0f596a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 1
# To increase guest network performance (https://superuser.com/a/850389)
v.customize ["modifyvm", :id, "--nictype1", "virtio"]
end

config.ssh.forward_agent = true # to enable cloning from Github over SSH
Expand Down

0 comments on commit b0f596a

Please sign in to comment.