mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
fix: reduce cpu and mem usage
This commit is contained in:
parent
23dd3dd098
commit
4183090379
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ params {
|
|||
|
||||
process {
|
||||
executor = 'local'
|
||||
maxForks = 48
|
||||
maxForks = 46
|
||||
}
|
||||
|
||||
// To use singularity, use nextflow run -profile munin,singularity
|
||||
|
@ -24,8 +24,8 @@ docker {
|
|||
|
||||
params {
|
||||
// general params
|
||||
max_memory = 754.GB
|
||||
max_cpus = 48
|
||||
max_memory = 752.GB
|
||||
max_cpus = 46
|
||||
max_time = 72.h
|
||||
|
||||
// Local AWS iGenomes reference file paths on munin
|
||||
|
|
Loading…
Reference in a new issue