Skip to content

Commit

Permalink
Set number of CPU cores in Vagrant to two to match t2.medium on AWS (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Mar 27, 2019
1 parent 500efc7 commit e3eaf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 1
v.cpus = 2
# To increase guest network performance (https://superuser.com/a/850389)
v.customize ["modifyvm", :id, "--nictype1", "virtio"]
end
Expand Down

0 comments on commit e3eaf26

Please sign in to comment.