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

Silently failing when running out of memory #39

Open
alexwalkerepi opened this issue Mar 2, 2020 · 0 comments
Open

Silently failing when running out of memory #39

alexwalkerepi opened this issue Mar 2, 2020 · 0 comments

Comments

@alexwalkerepi
Copy link

When trying to join two large pandas dataframes, my notebook kept taking forever to run the cell containing the join. It would do some processing, then CPU usage would drop off, but the cell would look as though it was still working: [*]

It worked fine with the same code joining smaller dataframes, and I resolved it by increasing the memory resource allocated to docker. I think it was due to running out of memory, but there was no indication of this within JupyterLab.

It might be useful to be able to show memory usage within JupyterLab. This extension might be a possibility?
https://github.com/jtpio/jupyterlab-system-monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant