Commit 4a3fdfae authored by Marc Guyer's avatar Marc Guyer

Update Vagrantfile

More memory needed for `rake publish`
parent ce2f2ae8
Vagrant.configure(2) do |config| Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64" config.vm.box = "ubuntu/trusty64"
config.vm.network :forwarded_port, guest: 4567, host: 4567 config.vm.network :forwarded_port, guest: 4567, host: 4567
config.vm.provider "virtualbox" do |vb|
vb.memory = "384"
end
config.vm.provision "bootstrap", config.vm.provision "bootstrap",
type: "shell", type: "shell",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment