Skip to content

Commit 0e5a501

Browse files
committed
fix faulthander
1 parent 0620043 commit 0e5a501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-debug-parallel-run-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Out of Memory error can be found in `~/system_logs/lifecycler/<node-id>/executio
228228
We suggest reducing the number of processes per node or upgrade vm size if the compute resources is close the limits.
229229

230230
#### Unhandled Exceptions
231-
In some cases, the python processes cannot catch the failing stack. You can add an environment variable ```env["PYTHONFAULTHANDLER"]="true"``` to enable python builtin faulthandler.
231+
In some cases, the python processes cannot catch the failing stack. You can add an environment variable ```env["PYTHONFAULTHANDLER"]="true"``` to enable python builtin fault handler.
232232

233233
### Minibatch Timeout
234234
You can adjust `run_invocation_timeout` argument according to your minibatch tasks. When you are seeing the run() functions take more time than expected, here are some tips.

0 commit comments

Comments
 (0)