Skip to content

Commit

Permalink
Merge pull request #2 from bernt-matthias/CarlosHorro_sg_4022_ps_2014
Browse files Browse the repository at this point in the history
detect oom errors as fatal_oom and not fatal
  • Loading branch information
CarlosHorro authored Mar 15, 2021
2 parents d7c9057 + 95736b3 commit 7416940
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/peptideshaker/macros_basic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<xml name="stdio">
<stdio>
<exit_code range="1:" level="fatal" description="Job Failed" />
<regex match="OutOfMemoryError" level="fatal_oom" description="Out of memory"/>
<regex match="java.*Exception" level="fatal" description="Java Exception"/>
<regex match="Could not reserve enough space for * object heap" level="fatal" description="Out of memory"/>
<regex match="Could not reserve enough space for * object heap" level="fatal_oom" description="Out of memory"/>
<regex match="Could not create the Java virtual machine" level="fatal" description="JVM Error"/>
<regex match="PeptideShaker ran out of memory" level="fatal" description="JVM Error"/>
<regex match="PeptideShaker ran out of memory" level="fatal_oom" description="JVM Error"/>
<regex match="CompomicsError" level="fatal" description="Compomics Error"/>
</stdio>
</xml>
Expand Down

0 comments on commit 7416940

Please sign in to comment.