Bump disk size to 64GB in `Vagrantfile`

I and others have gotten errors directly indicative and potentially
indicative of running out of space during the build.
This commit is contained in:
sasha 2022-10-20 15:21:49 -07:00
parent a031f566fa
commit b68ecc64e6
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 = '32GB'
config.disksize.size = '64GB'
config.vm.define 'zcash-build', autostart: false do |gitian|
gitian.vm.box = "debian/bullseye64"
gitian.vm.box_version = "11.20220328.1"