Skip to content

Commit 4637113

Browse files
committed
Increase memory in Vagrant
to prevent immediate crashes on startup
1 parent d2aa6f2 commit 4637113

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
@@ -33,7 +33,7 @@ Vagrant.configure("2") do |config|
3333
# vm.gui = true
3434

3535
# # Customize the amount of memory on the VM:
36-
# vm.memory = "1024"
36+
vm.memory = "2048" # default, 1024 was not enough
3737

3838
# Enable creating symlinks in shared folder
3939
# On a Windows host, vagrant will need to run with permissions to 'Create Symlinks', either

0 commit comments

Comments
 (0)