We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2aa6f2 commit 4637113Copy full SHA for 4637113
Vagrantfile
@@ -33,7 +33,7 @@ Vagrant.configure("2") do |config|
33
# vm.gui = true
34
35
# # Customize the amount of memory on the VM:
36
- # vm.memory = "1024"
+ vm.memory = "2048" # default, 1024 was not enough
37
38
# Enable creating symlinks in shared folder
39
# On a Windows host, vagrant will need to run with permissions to 'Create Symlinks', either
0 commit comments