Skip to content

Commit

Permalink
Increase memory available for vagrant
Browse files Browse the repository at this point in the history
Caching countries fails with only 1GB of memory.
  • Loading branch information
chrismytton committed Jun 6, 2016
1 parent cb36abc commit d6263e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network :private_network, ip: '192.168.50.4'
config.vm.post_up_message = POST_UP_MESSAGE
config.vm.provider :virtualbox do |v|
v.memory = 1024
v.memory = 2048
end
end

0 comments on commit d6263e7

Please sign in to comment.