From db515ffbe5165f5bafa429ee58112e1bd405b15a Mon Sep 17 00:00:00 2001 From: Robert Young Date: Mon, 15 Jun 2026 11:00:35 -0400 Subject: [PATCH] updated to correct home space --- docs/hpc/12_tutorial_intro_shell_hpc/03_moving_looking.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hpc/12_tutorial_intro_shell_hpc/03_moving_looking.mdx b/docs/hpc/12_tutorial_intro_shell_hpc/03_moving_looking.mdx index c35ac0046c..f178b063f4 100644 --- a/docs/hpc/12_tutorial_intro_shell_hpc/03_moving_looking.mdx +++ b/docs/hpc/12_tutorial_intro_shell_hpc/03_moving_looking.mdx @@ -21,7 +21,7 @@ The NYU HPC clusters have multiple file systems for user’s files. Each file sy | Space | Environment Variable | Space Purpose | Flushed | Allocation (per user) | | -------- | -------------------- | ------------- | ------- | --------------------- | -| /home | $HOME | Program development space; storing small files you want to keep long term, e.g. source code, scripts. | NO | 20 GB | +| /home | $HOME | Program development space; storing small files you want to keep long term, e.g. source code, scripts. | NO | 50 GB | | /scratch | $SCRATCH | Computational workspace. Best suited to large, infrequent reads and writes. | YES. Files not accessed for 60 days are deleted. | 5 TB | | /archive | $ARCHIVE | Long-term storage | NO | 2 TB |