From d90ca41b5e1464d490c1aa896d9d7ae6888d4318 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Mon, 20 Apr 2026 10:36:50 +0200 Subject: [PATCH] docs: added NumberOfGPUs and MemoryLimitMB to the configuration example --- dirac.cfg | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/dirac.cfg b/dirac.cfg index 095620f64c7..0c255e2d89a 100644 --- a/dirac.cfg +++ b/dirac.cfg @@ -919,11 +919,17 @@ Resources # (Optional) CE allows *whole node* jobs WholeNode = True + # (Optional) number of GPUs available on the node. Implicit default = 0 + NumberOfGPUs = 1 + # (Optional) List of tags specific for the CE - Tag = GPU, 96RAM + Tag = GPU + + # (Optional) available RAM on the node. This value counts for cGroupv2 limit + MemoryLimitMB = 2048 # (Optional) List of required tags that a job to be eligible must have - RequiredTag = GPU,96RAM + RequiredTag = GPU # Queues available for this VO in the CE Queues @@ -968,7 +974,7 @@ Resources Tag = MultiProcessor # List of required tags that a job to be eligible must have - RequiredTag = GPU,96RAM + RequiredTag = GPU } } VO = lhcb