From 92da6fab323693ef52b2606f76cfe50c53168b0c Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Tue, 5 Oct 2021 15:07:38 -0700 Subject: [PATCH] Bump up memory allocated for virtual jump server Add some headroom for the jump server, 16GB is close to fully utilized. Signed-off-by: Todd Malsbary Change-Id: I19958e15b14773242ca941eb752ae2d4433600d9 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index f3c700e..5fa65a1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -49,7 +49,7 @@ Vagrant.configure("2") do |config| libvirt.default_prefix = "#{vars[:site]}-" libvirt.cpu_mode = 'host-passthrough' libvirt.cpus = 8 - libvirt.memory = 16384 + libvirt.memory = 24576 libvirt.nested = true # The ICN baremetal network is the vagrant management network, -- 2.16.6