Skip to content

Commit

Permalink
Merge pull request #1370 from Varying-Vagrant-Vagrants/tomjn-patch-3
Browse files Browse the repository at this point in the history
1024mb -> 2048mb VM RAM
  • Loading branch information
LoreleiAurora committed Nov 28, 2017
2 parents 12cab00 + 9e29223 commit 606a959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -124,7 +124,7 @@ if ! vvv_config['vm_config'].kind_of? Hash then
end

defaults = Hash.new
defaults['memory'] = 1024
defaults['memory'] = 2048
defaults['cores'] = 1

vvv_config['vm_config'] = defaults.merge(vvv_config['vm_config'])
Expand Down

0 comments on commit 606a959

Please sign in to comment.