Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit e9d9d5c

Browse files
committed
Increase VM memory to 1024
1 parent 9c81b3d commit e9d9d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
3737
config.vm.provision 'shell', inline: @script
3838

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

4343
end

0 commit comments

Comments
 (0)