Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/3010'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 17, 2020
2 parents bd1420a + 1b4a06a commit 3f6f62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -6,7 +6,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |vb, override|
override.vm.box = "ubuntu/focal64"
override.vm.synced_folder ".", "/srv/openstreetmap-website"
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--memory", "4096"]
vb.customize ["modifyvm", :id, "--cpus", "2"]
vb.customize ["modifyvm", :id, "--uartmode1", "disconnected"]
end
Expand Down

0 comments on commit 3f6f62b

Please sign in to comment.