Skip to content

Commit

Permalink
Increase memory setting for virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
im-denisenko committed Jan 22, 2015
1 parent e689375 commit 07afacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
end

config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", "512"]
vb.customize ["modifyvm", :id, "--memory", "1024"]
end

end

0 comments on commit 07afacb

Please sign in to comment.