Skip to content

Commit a4a32d9

Browse files
committed
Increase vagrant box memory
1 parent 88ea7f7 commit a4a32d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Vagrant.configure("2") do |config|
5454
# vb.gui = true
5555
#
5656
# # Customize the amount of memory on the VM:
57-
lv.memory = "2048"
57+
lv.memory = "4096"
5858
end
5959
#
6060
# View the documentation for the provider you are using for more

0 commit comments

Comments
 (0)