equal
deleted
inserted
replaced
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 = 512 |
|
81 v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] |
81 end |
82 end |
82 |
83 |
83 # View the documentation for the provider you are using for more |
84 # View the documentation for the provider you are using for more |
84 # information on available options. |
85 # information on available options. |
85 |
86 |