@@ -1299,6 +1299,39 @@ Memory storage is meant for short-term storage of limited amounts of data with v
Use this only when using other storage makes your job or the whole computer slow.
{{% /alert %}}
### Quotas
The different storage locations in (accessible by) DAIC have different quotas (or capacity) associated with them. It is imporant to be vigilant of your disk usage to ensure smooth computational workflows.
Helpful commands
- For `/home`:
```bash
$ quota -s -f ~
Disk quotas for user netid (uid 000000):
Filesystem space quota limit grace files quota limit grace
Note that the difference is due to snapshots, which can stay for up to 2 weeks
## Workload scheduler
DAIC uses the {{< external-link "https://slurm.schedmd.com/" "Slurm scheduler" >}} to efficiently manage workloads. All jobs for the cluster have to be submitted as batch jobs into a queue. The scheduler then manages and prioritizes the jobs in the queue, allocates resources (CPUs, memory) for the jobs, executes the jobs and enforces the resource allocations. See [the job submission pages](/docs/manual/job-submission) for more information.