Memory set to 2GB to run tests with no Errno::ENOMEM

This commit is contained in:
Ricardo Aielo 2019-08-08 19:11:52 -07:00
parent 990bc107fa
commit ae3ae5078f
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
["vmware_fusion", "vmware_workstation", "virtualbox"].each do |provider|
config.vm.provider provider do |v, override|
v.memory = "1024"
v.memory = "2048"
end
end