Add nested hw virt option in Vagrantfile for increased performance
This commit is contained in:
parent
179288c3df
commit
af07f05637
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue