Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra way to check OOM of a command ran inside Docker #3294

Merged
merged 2 commits into from
Nov 22, 2017

Commits on Nov 21, 2017

  1. 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
    humitos committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    5db2180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e15665 View commit details
    Browse the repository at this point in the history