Skip to content

Instantly share code, notes, and snippets.

@gdchamal
Created September 3, 2014 13:50
Show Gist options
  • Save gdchamal/d5a41a384678bedf0141 to your computer and use it in GitHub Desktop.
Save gdchamal/d5a41a384678bedf0141 to your computer and use it in GitHub Desktop.
Vagrant box diff to make backends start having enough memory
(.env)[mric@zen vagrant]$ diff Vagrantfile Vagrantfile.update
48c48
< # config.vm.provider "virtualbox" do |vb|
---
> config.vm.provider "virtualbox" do |vb|
53,54c53,54
< # vb.customize ["modifyvm", :id, "--memory", "1024"]
< # end
---
> vb.customize ["modifyvm", :id, "--memory", "2048"]
> end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment