jagonteam / complete-me

https://complete-me.herokuapp.com
1 stars 3 forks source link

Vagrant machine doesn't work #27

Open denis-mludek opened 9 years ago

denis-mludek commented 9 years ago

The vagrant machine doesn't work, either we fix it or we use something else.

xaviermichel commented 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 ?

denis-mludek commented 9 years ago

I added your conf but it doesn't fix my problem. This is my error : capture d ecran 2015-05-06 16 21 55

I'm still trying to solve it. I'm running it on Mac + VirtualBox 4.3.26