mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Vagrant: use 2GB by default, dont overwrite local.php which would be unexpected
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user