dev/Vagrantfile
changeset 410 240ca282331d
parent 406 cf0f23803a53
child 487 514dc9b6f875
equal deleted inserted replaced
409:8371c99c7947 410:240ca282331d
    73   #
    73   #
    74   #   # Customize the amount of memory on the VM:
    74   #   # Customize the amount of memory on the VM:
    75   #   vb.memory = "1024"
    75   #   vb.memory = "1024"
    76   # end
    76   # end
    77   config.vm.provider "virtualbox" do |v|
    77   config.vm.provider "virtualbox" do |v|
    78     v.memory = 2048
    78     v.memory = 1536
    79     v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
    79     v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
    80   end
    80   end
    81 
    81 
    82   #
    82   #
    83   # View the documentation for the provider you are using for more
    83   # View the documentation for the provider you are using for more