fgrehm/ventriloquist

Where's mysql?!?!?

Closed this issue · 3 comments

Fork of @andreanastacio's #10 (comment) :

Works fine without MySQL service

OS X: 10.9-x86_64 (Mavericks)
Vagrant + hack + virtualbox

MySql Error
https://gist.github.com/andreanastacio/7130483

moby/moby/issues/1555

solved when increased memory

  config.vm.provider "virtualbox" do |vb|
    vb.customize ["modifyvm", :id, "--memory", 1024]
  end

@andreanastacio thanks! I'll tag this as a doc improvement

This has been done on the next branch