mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +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 {
|
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
|
||||||
|
|
Loading…
Reference in a new issue