Skip to content

Commit 511f9e8

Browse files
committed
Merge pull request gocd#42 from lruth-daptiv/increase-vm-memory
Increased VM memory allocation in Vagrantfile.
2 parents 9530632 + ba1b946 commit 511f9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Vagrant::configure(api_version) do |config|
3434
linux.vm.box_url = linux_box_url
3535

3636
linux.vm.provider :virtualbox do |v|
37-
v.customize ['modifyvm', :id, '--memory', '1024']
37+
v.customize ['modifyvm', :id, '--memory', '2048']
3838
end
3939

4040
linux.vm.network "forwarded_port", guest:8153, host: 8153

0 commit comments

Comments
 (0)