summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netzbon/vagrant/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netzbon/vagrant/Vagrantfile b/netzbon/vagrant/Vagrantfile
index cf5fc7c..7cb3574 100644
--- a/netzbon/vagrant/Vagrantfile
+++ b/netzbon/vagrant/Vagrantfile
@@ -57,7 +57,7 @@ Vagrant.configure("2") do |config|
vb.gui = true
# Customize the amount of memory on the VM:
- vb.memory = "2048"
+ vb.memory = "4096"
# Required, or wayland doesn't seem to work
vb.customize ['modifyvm', :id, '--graphicscontroller', 'vmsvga']