9 | | * DON'T transfer large (>500 MB) files frequently between your home or project directories and a local directory on your experimental machine. |
10 | | * If you need to regularly save and read large files that persist between experiment instances [https://trac.deterlab.net create a ticket] and we will help you use our ZFS storage. |
11 | | * DON'T perform large (> 500 MB) or frequent (< 10 s) reads/writes on your experimental nodes into your home or project directory |
12 | | |
13 | | * DON'T store uncompressed kernel source in your home or project directory |
14 | | * DO use a local directory on an experimental node, such as {{{/tmp}}} or {{{/mnt/local}}}, and transfer the logs to your home directory before you swap out to save them. |
15 | | * DON'T store large files in your home or project directory unless you need them in multiple experiment instances. |
| 9 | * DON'T store large files (e.g. uncompressed kernel source) in your home or project directory unless you need them in multiple experiment instances. |
22 | | * DON'T compile software or kernels in your home directory |
| 16 | Transfer the files to your home directory before you swap out to save them. |
| 17 | * DON'T transfer large (>500 MB) files frequently between your home or project directories and a local directory on your experimental machine. |
| 18 | * If you need to regularly save and read large files that persist between experiment instances [https://trac.deterlab.net create a ticket] and we will help you use our ZFS storage. |
| 19 | * DON'T perform large (> 500 MB) or frequent (< 10 s) reads/writes on your experimental nodes into your home or project directory |
| 20 | * DO perform these reads/writes on your local disk ({{[/tmp}}} or {{{/mnt/local}}}) |
| 21 | * DON'T compile software or kernels in your home directory |