Skip to content

Commit 9648525

Browse files
updated to gquota
1 parent 9954ec1 commit 9648525

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

mkdocs-project-dir/docs/Clusters/Myriad.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,25 @@ Please refer to the page on [How do I transfer data onto the system?](../howto.m
4949

5050
## Quotas
5151

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).
5353

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
5656
if they cannot create their .o or .e files at the start, or their output
5757
files partway through.
5858

59-
You can check both quotas on Myriad by running:
59+
You can check your quota on Myriad by running:
6060

6161
```
62-
lquota
62+
gquota
6363
```
6464

6565
which will give you output similar to this:
6666

6767
```
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
7171
```
7272

7373
You can apply for quota increases using the form at [Additional Resource Requests](../Additional_Resource_Requests.md).

0 commit comments

Comments
 (0)