Vagrant: use 2GB by default, dont overwrite local.php which would be unexpected

This commit is contained in:
marc tobias
2015-07-09 03:45:31 +02:00
parent 9b7d8db038
commit 3fe49072fe
3 changed files with 12 additions and 7 deletions

2
Vagrantfile vendored
View File

@@ -30,7 +30,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |vb|
vb.gui = false
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--memory", "2048"]
end