summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser
diff options
context:
space:
mode:
authorSimon Rettberg2023-01-16 16:40:39 +0100
committerSimon Rettberg2023-01-16 16:40:39 +0100
commit45caa414ae66164eb9691b61b9a85bc76ab963f9 (patch)
tree9943593390731884626706a556e0c6698eb69860 /core/modules/run-virt/data/opt/openslx/vmchooser
parentRename vmware targets (diff)
downloadmltk-45caa414ae66164eb9691b61b9a85bc76ab963f9.tar.gz
mltk-45caa414ae66164eb9691b61b9a85bc76ab963f9.tar.xz
mltk-45caa414ae66164eb9691b61b9a85bc76ab963f9.zip
[run-virt] Increase max reserved RAM in nVidia case, but lower %
Diffstat (limited to 'core/modules/run-virt/data/opt/openslx/vmchooser')
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/set_runvirt_hardware_variables.inc4
1 files changed, 2 insertions, 2 deletions
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