dev/Vagrantfile
changeset 18 f2a40bbc27f6
parent 4 f55970e41793
child 19 eadaf0b8f02e
equal deleted inserted replaced
17:ac3dc090e987 18:f2a40bbc27f6
    75   #   # Customize the amount of memory on the VM:
    75   #   # Customize the amount of memory on the VM:
    76   #   vb.memory = "1024"
    76   #   vb.memory = "1024"
    77   # end
    77   # end
    78   #
    78   #
    79   config.vm.provider "virtualbox" do |v|
    79   config.vm.provider "virtualbox" do |v|
    80     v.memory = 512
    80     v.memory = 1024
    81     v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
    81     v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
    82   end
    82   end
    83 
    83 
    84   # View the documentation for the provider you are using for more
    84   # View the documentation for the provider you are using for more
    85   # information on available options.
    85   # information on available options.