Merge pull request #132 from charlieok/increase_vm_storage_to_32gb

Increase VM storage space to 32GB
This commit is contained in:
Charlie O'Keefe 2021-09-22 22:35:19 -06:00 committed by GitHub
commit 62574f17d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"