Closed
Description
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:
Apr 30 11:46:14 <hostname_removed> earlyoom[1000]: Out of memory! avail: 82 MiB < min: 230 MiB
Apr 30 11:46:14 <hostname_removed> earlyoom[1000]: Killing process 7981 htop
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).
Metadata
Metadata
Assignees
Labels
No labels