Skip to content

Commit

Permalink
add max rss and vmem to trace report
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWLloyd committed Sep 26, 2024
1 parent 67b52a0 commit fec7d0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@ trace {
+ "%cpu," \
+ "%mem," \
+ "rss," \
+ "peak_rss," \
+ "vmem," \
+ "peak_vmem," \
+ "rchar," \
+ "wchar"
}

dag {
enabled = true
file = "${params.pubdir}/trace/${params.workflow}_dagPlot_${trace_timestamp}.html"
Expand Down

0 comments on commit fec7d0f

Please sign in to comment.