Increase memory for VM

(imported from commit 1f3976bff1526483c5f7f791fbe66ee3dcbb7980)
This commit is contained in:
Luke Faraone 2015-08-17 11:14:52 -07:00
parent dd71771a82
commit f38aa4ca39
1 changed files with 2 additions and 1 deletions

3
Vagrantfile vendored
View File

@ -47,8 +47,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provider "virtualbox" do |vb, override|
override.vm.box = "ubuntu/trusty64"
vb.memory = 2048
end
#
# View the documentation for the provider you're using for more
# information on available options.