xforty / vagrant-drupal

Template repo for a new drupal project built on top of a vagrant vm.
Other
46 stars 11 forks source link

Add default memory limit #5

Closed pearcec closed 12 years ago

pearcec commented 12 years ago

Add default memory of 1G.

config.vm.customize ["modifyvm", :id, "--memory", "1024"]
pearcec commented 12 years ago

I added this to the branch.