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

max_memory increase to reflect largemem

This commit is contained in:
Lara Ianov 2022-01-28 11:45:13 -06:00 committed by GitHub
parent 06541411dd
commit 9c0d550222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ process {
} }
params { params {
max_memory = 510.GB max_memory = 750.GB
max_cpus = 128 max_cpus = 128
max_time = 150.h max_time = 150.h
} }