File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ $NXF_RUN | tee stdout
66[[ `grep 'INFO' .nextflow.log | grep -c 'Submitted process > foo'` == 1 ]] || false
77[[ `grep 'INFO' .nextflow.log | grep -c 'Re-submitted process > foo'` == 3 ]] || false
88
9- [[ `grep -c 'mem: 8 GB (previous: 4294967296 ) (error: nextflow.exception.ProcessFailedException: Process .* terminated with an error exit status (137))' stdout` == 1 ]] || false
9+ [[ `grep -c 'mem: 2 GB (previous: 1073741824 ) (error: nextflow.exception.ProcessFailedException: Process .* terminated with an error exit status (137))' stdout` == 1 ]] || false
1010
1111
Original file line number Diff line number Diff line change 11process foo {
2- memory { task. attempt > 1 ? task. previousTrace. memory * 2 : (1. GB ) }
2+ memory { task. attempt > 1 ? task. previousTrace. memory * 2 : (256. MB ) }
33 errorStrategy ' retry'
44 maxRetries 3
55 input:
You can’t perform that action at this time.
0 commit comments