Increase memory amount in test vagrantfiles

This commit is contained in:
ronivay
2020-04-23 09:40:36 +03:00
parent 892868aade
commit 8d1ef7246d
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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