From a5b65039b284573800704dc7b7dd3b4e860fe6b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Wacker?= <s.wacker@tudelft.nl>
Date: Thu, 26 Jun 2025 12:26:01 +0200
Subject: [PATCH] updated info about /dev/shm

---
 content/en/docs/system/storage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/docs/system/storage.md b/content/en/docs/system/storage.md
index fcff161..6884587 100644
--- a/content/en/docs/system/storage.md
+++ b/content/en/docs/system/storage.md
@@ -193,7 +193,7 @@ Using `/dev/shm` is very risky, and should only be done when you understand all
 
 **Cluster-wide Risk**: When memory storage fills up, it can cause memory exhaustion that kills running jobs. The scheduler cannot identify the cause, so it continues launching new jobs that will also fail, potentially making the whole cluster unusable.
 
-**Clean up policy**: Users must always clean up '/dev/shm' after using it, even when jobs fail or are stopped via the scheduler. Failing to do so may lead to a ban from using the cluster.
+**Clean up policy**: Users must always clean up '/dev/shm' after using it, even when jobs fail or are stopped via the scheduler.
 {{% /alert %}}
 
 Memory storage is meant for short-term storage of limited amounts of data with very fast access on a single computer. You can create your own personal folder inside the memory storage location. Memory storage is only accessible on that computer, and there is no backup service nor quota. The available space is limited and shared with programs, so leave enough space (the computer will likely crash when you don't!). Files that have not been accessed for 1 day are automatically removed. 
-- 
GitLab