From: Andy Allan Date: Wed, 5 Jul 2017 14:06:57 +0000 (+0100) Subject: Revert changes to Vagrantfile X-Git-Tag: live~3048^2~120 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2278aec289db8c01f313ffc8dc320a3ff611c245?ds=sidebyside;hp=119016255ec56bb7e7bc74be19858380e868da93 Revert changes to Vagrantfile --- diff --git a/Vagrantfile b/Vagrantfile index 2d450ec4a..0cd5ac72a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,12 +1,6 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -Vagrant.configure("2") do |config| - config.vm.provider "virtualbox" do |vb| - vb.customize ["modifyvm", :id, "--memory", "8192"] - end -end - Vagrant.configure("2") do |config| # use official ubuntu image for virtualbox config.vm.provider "virtualbox" do |vb, override|