From b1e8125e3bc6ebf07c8267bf00a7d339c76980d2 Mon Sep 17 00:00:00 2001 From: Branislav Jansik <branislav.jansik@vsb.cz> Date: Fri, 12 Feb 2021 17:48:27 +0100 Subject: [PATCH] Update storage.md --- docs.it4i/barbora/storage.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs.it4i/barbora/storage.md b/docs.it4i/barbora/storage.md index e6fb797b7..ace53a070 100644 --- a/docs.it4i/barbora/storage.md +++ b/docs.it4i/barbora/storage.md @@ -234,7 +234,12 @@ Default ACL mechanism can be used to replace setuid/setgid permissions on direct ### TMP -Each node is equipped with local /tmp directory of few GB capacity. The /tmp directory should be used to work with small temporary files. Old files in /tmp directory are automatically purged. +Each node is equipped with local /tmp RAMDISK directory. The /tmp directory should be used to work with temporary files. Old files in /tmp directory are automatically purged. + +### SCRATCH and RAMDISK + +Each node is equipped with RAMDISK storage accessible at /tmp, /lscratch and /ramdisk . The RAMDISK capacity is 180GB. Data placed on RAMDISK occupy the node RAM memory of 192GB total. The RAMDISK directory should only be used to work with temporary files, where very high throughput or I/O performance is required. Old files on RAMDISK directory are automatically purged with jobs end. + ## Summary -- GitLab