1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00
This commit is contained in:
Barry digby 2021-07-27 17:08:53 +01:00
parent 04c0da5a2f
commit 4f962260d0

View file

@ -27,6 +27,6 @@ process {
params {
max_time = '120.d'
max_memory = '64.GB'
max_cpus = '16'
max_memory = '128.GB'
max_cpus = '32'
}