1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

fix: reduce cpu and mem usage

This commit is contained in:
MaxUlysse 2019-08-07 12:26:51 +02:00
parent 23dd3dd098
commit 4183090379

View file

@ -7,7 +7,7 @@ params {
process { process {
executor = 'local' executor = 'local'
maxForks = 48 maxForks = 46
} }
// To use singularity, use nextflow run -profile munin,singularity // To use singularity, use nextflow run -profile munin,singularity
@ -24,8 +24,8 @@ docker {
params { params {
// general params // general params
max_memory = 754.GB max_memory = 752.GB
max_cpus = 48 max_cpus = 46
max_time = 72.h max_time = 72.h
// Local AWS iGenomes reference file paths on munin // Local AWS iGenomes reference file paths on munin