From d0fd7d08243f2c91bdf51b6917c8992ed9f510e4 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 22 Jan 2022 17:50:23 +0100 Subject: [PATCH] vagrant: adapt memory for openindiana64 use same amount as in master branch. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 50e72fb77..75543ca94 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -492,7 +492,7 @@ Vagrant.configure(2) do |config| config.vm.define "openindiana64" do |b| b.vm.box = "openindiana" b.vm.provider :virtualbox do |v| - v.memory = 3072 + $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