This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
[BUG] Linux OOM killer reaps cuSignal process on a Jetson Xavier NX #341
Labels
? - Needs Triage
Need team to review and classify
bug
Something isn't working
inactive-30d
inactive-90d
Describe the bug
When running the
E2E_Example
notebook with cuSignal 0.18.0 on a Jetson Xavier NX (8 GB of RAM), JupyterLab reports akernel restart running "Run Periodogram with Flattop Filter over Each Row of Ensemble" on the GPU.
Steps/Code to reproduce bug
E2E_Example
.Expected behavior
All cells run
Environment details (please complete the following information):
Additional context
Linux behaves gracelessly if you ask it for more RAM than it has available. It will either thrash / catastrophic swap, rendering the system unresponsive, or kill processes of its own choosing. Neither will allow you to progress.
In this case it appears it chose the second option - here's a
journalctl
log:journal.txt
This isn't mission-critical for me; I can page through the notebooks and find cases that will run. I doubt if I'll run into something
like this in my application code.
The text was updated successfully, but these errors were encountered: