From fec7d0f3fbe9e46a923eb87c43f10259933b7d82 Mon Sep 17 00:00:00 2001 From: Mike Lloyd Date: Thu, 26 Sep 2024 09:49:02 -0400 Subject: [PATCH] add max rss and vmem to trace report --- nextflow.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 89ac3b2..1a6716d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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"