Increase memory amount in test vagrantfiles
This commit is contained in:
2
tests/Debian/Vagrantfile
vendored
2
tests/Debian/Vagrantfile
vendored
@@ -32,7 +32,7 @@ Vagrant.configure(2) do |config|
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
# Display the VirtualBox GUI when booting the machine
|
||||
# Customize the amount of memory on the VM:
|
||||
vb.memory = "2048"
|
||||
vb.memory = "3072"
|
||||
end
|
||||
|
||||
# Disable the new default behavior introduced in Vagrant 1.7, to
|
||||
|
Reference in New Issue
Block a user