Increase VM disk size
This commit is contained in:
parent
7d22bebb6f
commit
57fc44907f
1
support/Vagrantfile
vendored
1
support/Vagrantfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user