Skip to content

Commit 8ea7c76

Browse files
authored
Merge pull request #370 from NYU-RTS/robjy-home-fix
updated to correct home space
2 parents dbec500 + db515ff commit 8ea7c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/12_tutorial_intro_shell_hpc/03_moving_looking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The NYU HPC clusters have multiple file systems for user’s files. Each file sy
2121

2222
| Space | Environment Variable | Space Purpose | Flushed | Allocation (per user) |
2323
| -------- | -------------------- | ------------- | ------- | --------------------- |
24-
| /home | $HOME | Program development space; storing small files you want to keep long term, e.g. source code, scripts. | NO | 20 GB |
24+
| /home | $HOME | Program development space; storing small files you want to keep long term, e.g. source code, scripts. | NO | 50 GB |
2525
| /scratch | $SCRATCH | Computational workspace. Best suited to large, infrequent reads and writes. | YES. Files not accessed for 60 days are deleted. | 5 TB |
2626
| /archive | $ARCHIVE | Long-term storage | NO | 2 TB |
2727

0 commit comments

Comments
 (0)