summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-03-09 14:11:45 +0100
committerFlorian Dold <florian@dold.me>2023-03-14 12:02:32 +0100
commit22843b2b3a61ba31ac2bb74fde23812ec6344215 (patch)
treec8a3c0ee91b75fa1e7c8b202ff1a4f68263763fa
parent48befdde5f96ee1cd06ba81d92d50d905b2f2ff5 (diff)
downloaddeployment-22843b2b3a61ba31ac2bb74fde23812ec6344215.tar.gz
deployment-22843b2b3a61ba31ac2bb74fde23812ec6344215.tar.bz2
deployment-22843b2b3a61ba31ac2bb74fde23812ec6344215.zip
increase memory, needed by GUI
-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']