You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: centaur/src/main/resources/standardTestCases/retry_with_more_memory/retry_with_more_memory_assorted_ooms.wdl
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
version1.0
2
2
3
3
workflowretry_with_more_memory_assorted_ooms {
4
-
callrun_app
4
+
calljava_oom_kill
5
+
callpython_oom_kill
6
+
calltail_dev_zero_oom_kill
5
7
}
6
8
7
9
# A Java-based task that sets the maximum heap size to 64 GB on a VM that has nowhere near that much memory. This task
8
10
# should be OOM killed and retried with more memory.
"failures.0.causedBy.0.message": "stderr for job `retry_with_more_memory_assorted_ooms.run_app:NA:2` contained one of the `memory-retry-error-keys: [OutOfMemory,Killed]` specified in the Cromwell config. Job might have run out of memory."
0 commit comments