equal
deleted
inserted
replaced
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. |