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

Update max memory

This commit is contained in:
Alexander Peltzer 2019-10-28 13:21:41 +01:00
parent 41e607e7f9
commit e557ced184
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -18,7 +18,7 @@ process {
params {
igenomes_base = '/nfsmounts/igenomes'
max_memory = 1024.GB
max_memory = 1000.GB
max_cpus = 28
max_time = 168.h
}