1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Reduce max_memory to fit on an instance

This commit is contained in:
Bruno Grande 2022-06-16 12:37:32 -07:00
parent 2898736cbe
commit c7093dee13

View file

@ -45,7 +45,7 @@ aws {
params {
igenomes_base = 's3://sage-igenomes/igenomes'
max_memory = 512.GB
max_memory = 500.GB
max_cpus = 64
max_time = 168.h // One week
}