Skip to content

Commit

Permalink
Increased Vagrant VM memory
Browse files Browse the repository at this point in the history
  • Loading branch information
pm5 committed Jul 12, 2016
1 parent eeea547 commit 17aad86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Vagrant.configure("2") do |config|
#vb.gui = true

# Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--memory", "2048"]
end
#
# View the documentation for the provider you're using for more
Expand Down

0 comments on commit 17aad86

Please sign in to comment.