From 4b7ca535f741081b6cbd559eabc346d4c654697a Mon Sep 17 00:00:00 2001
From: Matthias Schnepf <matthias.schnepf@kit.edu>
Date: Thu, 20 Mar 2025 16:58:57 +0100
Subject: [PATCH] Move memory setting

---
 0212.node_worker_bwforcluster_nemo2.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/0212.node_worker_bwforcluster_nemo2.cfg b/0212.node_worker_bwforcluster_nemo2.cfg
index 9526972..63cc519 100644
--- a/0212.node_worker_bwforcluster_nemo2.cfg
+++ b/0212.node_worker_bwforcluster_nemo2.cfg
@@ -3,6 +3,8 @@
 # Cloud attributes
 STARTD.CloudSite = "BwForCluster-Nemo2"
 
+MEMORY = "tada"
+
 # STARTD_DEBUG = D_ANY
 # START_DEBUG = D_ANY
 # STARTER_DEBUG = D_FULLDEBUG
@@ -80,8 +82,7 @@ MemoryDefault = 20480
 #        $(MemoryDefault), \
 #        $ENV(SLURM_MEM_PER_NODE) \
 #    )
-MEMORY = "tada"
-TOTAL_MEMORY = 20480
+
 
 # The maximum number of claims during one negotiation cycle.
 # This is a tradeoff between allowing the cluster to fill fast (high value),
-- 
GitLab