1
0
Fork 0
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:
Maxime Garcia 2021-04-21 12:27:27 +02:00 committed by GitHub
parent bab9241243
commit 1548690ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.