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
Extra way to check OOM of a command ran inside Docker (readthedocs#3294)
* Extra way to check OOM of a command ran inside Docker
Easy way to reproduce this error:
1. Import a project that compiles lxml (Read the Docs, for example)
2. The `pip` command will be killed and Docker won't return a specific
status code, it will just return 1
3. In these cases, the `Killed` word will probably appear in the last
15 lines
* Check status code and 'Killed' word
0 commit comments