mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Update docs/uppmax.md
Co-authored-by: Pontus Freyhult <pontus_github@soua.net>
This commit is contained in:
parent
bab9241243
commit
1548690ca6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ You can do this by simply using the `--genome <GENOME_ID>` parameter.
|
|||
If your `nf-core` pipeline run is running out of memory, you can run on a fat node with more memory using the following `Nextflow` flags:
|
||||
|
||||
```bash
|
||||
--clusterOptions "-C mem256GB" --max_memory "256GB"
|
||||
--clusterOptions "-C mem256GB -p node" --max_memory "256GB"
|
||||
```
|
||||
|
||||
This raises the ceiling of available memory from the default of `128.GB` to `256.GB`.
|
||||
|
|
Loading…
Reference in a new issue