From 3e81cb652452795e97f89527d3aaf69f063f997a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Fri, 26 May 2023 13:58:05 +0200 Subject: [PATCH] Increase runner resources for real-from-dwd-ana --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bdcb60..659cd9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ real-from-dwd-ana: tags: - slurm.meteo.physik.lmu.de variables: - SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2" + SRUN_OPTIONS: "--time 04:00:00 --mem 32G -n 8 -c 2" artifacts: name: real-from-dwd-ana-logs -- GitLab