Bump up memory allocated for virtual jump server 75/4475/2
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 5 Oct 2021 22:07:38 +0000 (15:07 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Thu, 28 Oct 2021 23:51:32 +0000 (16:51 -0700)
Add some headroom for the jump server, 16GB is close to fully
utilized.

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I19958e15b14773242ca941eb752ae2d4433600d9

Vagrantfile

index f3c700e..5fa65a1 100644 (file)
@@ -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,