From 6152f86d7445b459f79d8bc8a87a8fb1dd9b6202 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 22 Jan 2022 17:50:23 +0100 Subject: [PATCH] vagrant: more memory for openindiana64 maybe this speeds up the VM a bit. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1bddba10a..13d2d9775 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -395,7 +395,7 @@ Vagrant.configure(2) do |config| config.vm.define "openindiana64" do |b| b.vm.box = "openindiana" b.vm.provider :virtualbox do |v| - v.memory = 1536 + $wmem + v.memory = 2048 + $wmem end b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant") b.vm.provision "packages openindiana", :type => :shell, :inline => packages_openindiana