Add nested hw virt option in Vagrantfile for increased performance

This commit is contained in:
sasha 2022-10-17 12:36:59 -07:00
parent 179288c3df
commit af07f05637
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -22,6 +22,7 @@ Vagrant.configure(2) do |config|
v.name = "zcash-build"
v.memory = 4096
v.cpus = 2
v.customize ["modifyvm", :id, "--nested-hw-virt", "on"]
end
# Added to disable synced folders