File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
mkdocs-project-dir/docs/Clusters Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,25 +49,25 @@ Please refer to the page on [How do I transfer data onto the system?](../howto.m
49
49
50
50
## Quotas
51
51
52
- The default quotas on Myriad are 150GB for home and 1TB for Scratch .
52
+ The default quota on Myriad is 1TB for home (which is also considered scratch) .
53
53
54
- These are hard quotas: once you reach them , you will no longer be able
55
- to write more data. Keep an eye on them , as this will cause jobs to fail
54
+ The " hard limit" number means that once you reach it , you will no longer be able
55
+ to write more data. Keep an eye on your quota , as this will cause jobs to fail
56
56
if they cannot create their .o or .e files at the start, or their output
57
57
files partway through.
58
58
59
- You can check both quotas on Myriad by running:
59
+ You can check your quota on Myriad by running:
60
60
61
61
```
62
- lquota
62
+ gquota
63
63
```
64
64
65
65
which will give you output similar to this:
66
66
67
67
```
68
- Storage Used Quota % Used Path
69
- home 721.68 MiB 150.00 GiB 0% /home/uccaxxx
70
- scratch 52.09 MiB 1.00 TiB 0% /scratch/scratch/uccaxxx
68
+ Current Usage: 108.7GiB
69
+ Soft Limit: 1024GiB
70
+ Hard Limit: 1024GiB
71
71
```
72
72
73
73
You can apply for quota increases using the form at [ Additional Resource Requests] ( ../Additional_Resource_Requests.md ) .
You can’t perform that action at this time.
0 commit comments