X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d7c3f04e04b709a989bdf76987b8843ce949cfe3..2338d04e9f0cd8f0ca294a1f6664d641d1522b25:/Vagrantfile?ds=inline diff --git a/Vagrantfile b/Vagrantfile index 1b165327..843dd668 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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