Skip to content

Commit 80a478e

Browse files
author
doruk.ozturk
committed
Bump the memory to 10G
1 parent 0408ad9 commit 80a478e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
1212
# Ref: https://github.com/Kitware/minerva/pull/98#issuecomment-139023062
1313
config.vm.network "private_network", ip: "192.168.33.12"
1414
geoservices.vm.provider :virtualbox do |vb|
15-
vb.customize [ "modifyvm", :id, "--name", "geoservices","--memory", 6144 ]
15+
vb.customize [ "modifyvm", :id, "--name", "geoservices","--memory", 10000 ]
1616
end
1717
geoservices.vm.provision "ansible" do |ansible|
1818
ansible.playbook = "playbook.yml"

0 commit comments

Comments
 (0)