Increase VM disk size from 16GB to 20GB

I want to add another container, so raising the ceiling on storage
This commit is contained in:
Charlie O'Keefe 2019-06-13 09:32:34 -06:00
parent c5a2132e57
commit 5132638040
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 = '16GB'
config.disksize.size = '20GB'
config.vm.define 'zcash-build', autostart: false do |gitian|
gitian.vm.box = "debian/stretch64"
gitian.vm.box_version = "9.9.0"