From 3d73779629f25b057cb140e2ac7c229017288538 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Mon, 23 Sep 2024 15:23:24 +0200
Subject: [PATCH] Update quota for home

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

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md
index 7752b2526..8d9864675 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/permanent.md
@@ -10,12 +10,12 @@
 
 | Filesystem Name   | Usable Directory  | Availability | Type     | Quota              |
 |:------------------|:------------------|:-------------|:---------|:-------------------|
-| Home              | `/home`           | global       | Lustre   | per user: 20 GB    |
+| Home              | `/home`           | global       | Lustre   | per user: 50 GB    |
 | Projects          | `/projects`       | global       | Lustre   | per project        |
 
 ## Global /home Filesystem
 
-Each user has 20 GiB in a `/home` directory independent of the granted capacity for the project.
+Each user has 50 GiB in a `/home` directory independent of the granted capacity for the project.
 The home directory is mounted with read-write permissions on all nodes of the ZIH system.
 
 Hints for the usage of the global home directory:
-- 
GitLab