Increase VM disk size from 20GB to 24GB

This commit is contained in:
Charlie O'Keefe 2019-06-30 20:08:36 -06:00
parent e38523c053
commit 7250e17645
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 = '20GB'
config.disksize.size = '24GB'
config.vm.define 'zcash-build', autostart: false do |gitian|
gitian.vm.box = "debian/stretch64"
gitian.vm.box_version = "9.9.0"