From f26cc8d95a73465be47ca190e34eea7c7a8ae5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Fri, 26 May 2023 14:55:38 +0200 Subject: [PATCH] Increase runner resources even more 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 659cd9f..0196245 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 32G -n 8 -c 2" + SRUN_OPTIONS: "--time 04:00:00 --mem 64G -n 16 -c 2" artifacts: name: real-from-dwd-ana-logs -- GitLab