Skip to content

Commit

Permalink
increase memory to prevent immediate crashes on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Jan 20, 2022
1 parent d2aa6f2 commit ec19486
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 @@ -33,7 +33,7 @@ Vagrant.configure("2") do |config|
# vm.gui = true

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

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

0 comments on commit ec19486

Please sign in to comment.