1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

change max mem in Normal

This commit is contained in:
pierrespc 2021-09-16 16:50:45 +02:00
parent de2a745fde
commit 4614ff6f45

View file

@ -20,7 +20,7 @@ process {
params {
igenomes_ignore = true
igenomesIgnore = true
max_memory = 300.GB
max_memory = 400.GB
max_cpus = 96
max_time = 24.h
}