Open denis-mludek opened 9 years ago
Yep, I have seen a memory error on provisionning/running.
Could you add this in your VagrantFile :
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--name" , "complete-me-dev-vm"]
vb.customize ["modifyvm", :id, "--memory", "2048"]
vb.customize ["modifyvm", :id, "--cpus" , 2]
end
And tell me if it's working ?
I added your conf but it doesn't fix my problem. This is my error :
I'm still trying to solve it. I'm running it on Mac + VirtualBox 4.3.26
The vagrant machine doesn't work, either we fix it or we use something else.