Skip to content

Commit ae90e23

Browse files
author
Matthew Fisher
committed
Merge pull request #744 from opdemand/vagrant_memory
chore(contrib/vagrant): lower memory to 2GB
2 parents 22ce331 + aae8fcd commit ae90e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vagrant.configure("2") do |config|
1414
end
1515

1616
config.vm.provider :virtualbox do |vb, override|
17-
vb.customize ["modifyvm", :id, "--memory", "4096"]
17+
vb.customize ["modifyvm", :id, "--memory", "2048"]
1818
# Fix docker not being able to resolve private registry in VirtualBox
1919
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
2020
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]

0 commit comments

Comments
 (0)