Skip to content

Commit

Permalink
Make exit 137 OOM error code
Browse files Browse the repository at this point in the history
  • Loading branch information
qiagu committed Nov 10, 2022
1 parent 8e21654 commit cf9f6a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ludwig_macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<xml name="macro_stdio">
<stdio>
<exit_code range="137" level="fatal_oom" description="Out of Memory" />
<exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
</stdio>
</xml>
Expand Down Expand Up @@ -133,4 +134,4 @@
<xml name="visualize_normalize">
<param argument="normalize" type="boolean" checked="false" label="Whether to normalize rows in confusion matrix?" />
</xml>
</macros>
</macros>

0 comments on commit cf9f6a1

Please sign in to comment.