1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 08:16:03 +00:00
This commit is contained in:
Barry digby 2021-07-27 17:39:37 +01:00
parent 2a06d956b3
commit 70b2644c9a

View file

@ -26,7 +26,7 @@ process {
}
params {
max_time = '120.d'
max_memory = '128.GB'
max_cpus = '32'
max_time = 120.h
max_memory = 128.GB
max_cpus = 32
}