Memory set to 2GB to run tests with no Errno::ENOMEM
This commit is contained in:
parent
990bc107fa
commit
ae3ae5078f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue