Skip to content

Commit aae8fcd

Browse files
committed
chore(contrib/vagrant): lower memory to 2GB
When we had the full stack on one VM, 4GB was reasonable. Now that we are launching multiple VMs and splitting the stack across them, each one should use less memory.
1 parent fc8e1eb commit aae8fcd

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)