From 7e5d14a76ef7286f90bba77e3eea326c7f61dd6d Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 7 Jul 2021 08:30:51 +0000 Subject: [PATCH] Update storage.md --- docs.it4i/barbora/storage.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs.it4i/barbora/storage.md b/docs.it4i/barbora/storage.md index 4c7529ffd..0baad270d 100644 --- a/docs.it4i/barbora/storage.md +++ b/docs.it4i/barbora/storage.md @@ -224,7 +224,12 @@ Each node is equipped with local /tmp RAMDISK directory. The /tmp directory shou ### 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. +Each node is equipped with RAMDISK storage accessible at /tmp, /lscratch and /ramdisk. The RAMDISK capacity is 180GB. Data placed on RAMDISK occupies 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 in RAMDISK directory are automatically purged with job's end. + +#### Global RAM Disk + +The Global RAM disk spans the local RAM disks of all the allocated nodes within a single job. +For more information, see the [Job Features][8] section. ## Summary @@ -241,6 +246,7 @@ Each node is equipped with RAMDISK storage accessible at /tmp, /lscratch and /ra [5]: #project-file-system [6]: ../storage/project-storage.md [7]: ../storage/standard-file-acl.md +[8]: ../job-features.md#global-ram-disk [a]: http://www.nas.nasa.gov [b]: http://www.nas.nasa.gov/hecc/support/kb/Lustre_Basics_224.html#striping -- GitLab