mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Reduce max_memory to fit on an instance
This commit is contained in:
parent
2898736cbe
commit
c7093dee13
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ aws {
|
||||||
|
|
||||||
params {
|
params {
|
||||||
igenomes_base = 's3://sage-igenomes/igenomes'
|
igenomes_base = 's3://sage-igenomes/igenomes'
|
||||||
max_memory = 512.GB
|
max_memory = 500.GB
|
||||||
max_cpus = 64
|
max_cpus = 64
|
||||||
max_time = 168.h // One week
|
max_time = 168.h // One week
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue