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