1
0
Fork 0

Add some more RAM to the virtual machine

This commit is contained in:
Andrew Tomaka 2013-05-30 21:40:08 -04:00
parent 13a77d0978
commit cfaab6f896
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -5,6 +5,7 @@ Vagrant::Config.run do |config|
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
config.vm.network :hostonly, "192.168.3.76"
config.vm.customize ['modifyvm', :id, '--memory', 756]
config.vm.provision :puppet do |puppet|
puppet.manifests_path = "puppet/manifests"