Increase VM storage space to 32GB

This commit is contained in:
Charlie O'Keefe 2021-09-22 17:02:40 -06:00
parent c24ac8c59f
commit 0e27b79211
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -8,7 +8,7 @@ Vagrant.configure(2) do |config|
}
config.ssh.forward_agent = true
config.disksize.size = '24GB'
config.disksize.size = '32GB'
config.vm.define 'zcash-build', autostart: false do |gitian|
gitian.vm.box = "debian/buster64"
gitian.vm.box_version = "10.20210829.1"