-
Notifications
You must be signed in to change notification settings - Fork 157
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
Correct PID but incorrect victim name #194
Comments
PLPeeters
changed the title
Correct PID name but incorrect victim name
Correct PID but incorrect victim name
Apr 30, 2020
What version do you use? |
Interesting, I was assuming it was the last one but apparently it's version 1.0, despite being freshly installed via |
Ubuntu offers an outdated version. |
Found a PPA with a backport of 1.3, which fixed my issue! Perhaps it might make sense to add a warning to the README for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're using EarlyOOM on a JupyterLab (1.X) instance. I created a notebook where I just created some huge strings to eat some memory and when it got killed, the correct PID was logged, but the process name was wrong.
Before creating the last string that generates the OOM, I checked htop:
EarlyOOM logged this:
So the PID is correct, but the name isn't (also, htop was still running after that, so it clearly killed the right PID).
I then generated OOMs in a JupyterLab Terminal with
tail /dev/zero
and in a Python shell in said terminal to see if the JupyterHub environment could be the issue in itself, and there the logs are fine (as expected after reading through #65).The text was updated successfully, but these errors were encountered: