commit 22843b2b3a61ba31ac2bb74fde23812ec6344215
parent 48befdde5f96ee1cd06ba81d92d50d905b2f2ff5
Author: Florian Dold <florian@dold.me>
Date: Thu, 9 Mar 2023 14:11:45 +0100
increase memory, needed by GUI
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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']