Increase VM disk size

This commit is contained in:
Victor Zverovich 2020-05-30 11:25:40 -07:00
parent 7d22bebb6f
commit 57fc44907f

1
support/Vagrantfile vendored
View File

@ -4,6 +4,7 @@
# A vagrant config for testing against gcc-4.8.
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.disksize.size = '15GB'
config.vm.provider "virtualbox" do |vb|
vb.memory = "4096"