From 420b2c6538c238878940c9c1b158d594ae875270 Mon Sep 17 00:00:00 2001
From: Apurv Kulkarni <apurv.kulkarni@tu-dresden.de>
Date: Tue, 16 Nov 2021 08:39:26 +0100
Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s)

---
 doc.zih.tu-dresden.de/docs/software/flink.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/flink.md b/doc.zih.tu-dresden.de/docs/software/flink.md
index 05fb403c2..4cc72a422 100644
--- a/doc.zih.tu-dresden.de/docs/software/flink.md
+++ b/doc.zih.tu-dresden.de/docs/software/flink.md
@@ -35,7 +35,7 @@ snippet shows a job submission to haswell nodes with an allocation of two nodes
 memory exclusively for one hour:
 
 ```console
-marie@login$ srun --partition=haswell --nodes=2 --mem=60g --exclusive --time=01:00:00 --pty bash -l
+marie@login$ srun --partition=haswell --nodes=2 --mem=50g --exclusive --time=01:00:00 --pty bash -l
 ```
 
 Once you have the shell, load Flink using the command
@@ -124,7 +124,7 @@ example below:
     #SBATCH --partition=haswell
     #SBATCH --nodes=2
     #SBATCH --exclusive
-    #SBATCH --mem=60G
+    #SBATCH --mem=50G
     #SBATCH --job-name="example-flink"
 
     ml Flink/1.12.3-Java-1.8.0_161-OpenJDK-Python-3.7.4-GCCcore-8.3.0
-- 
GitLab