dev/Vagrantfile
changeset 406 cf0f23803a53
parent 28 b0b56e0f8c7f
child 410 240ca282331d
equal deleted inserted replaced
405:f239c8c5bb94 406:cf0f23803a53
    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 = 1024
    78     v.memory = 2048
    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