From 45caa414ae66164eb9691b61b9a85bc76ab963f9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 16 Jan 2023 16:40:39 +0100 Subject: [run-virt] Increase max reserved RAM in nVidia case, but lower % --- .../vmchooser/run-virt-includes/set_runvirt_hardware_variables.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/run-virt/data/opt') diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/set_runvirt_hardware_variables.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/set_runvirt_hardware_variables.inc index 5ff2812b..f6d50fca 100644 --- a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/set_runvirt_hardware_variables.inc +++ b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/set_runvirt_hardware_variables.inc @@ -44,8 +44,8 @@ set_virt_memory() { # We have a backing store for the HDD diff, be generous if lsmod | grep -q '^nvidia'; then # With nvidia cards, the host needs a bit more RAM. - max=2900 - reserve=20 + max=3300 + reserve=18 else max=2000 reserve=9 -- cgit v1.2.3-55-g7522