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

Closing Julia sessions doesn't release memory #163

Open
JordiBolibar opened this issue Feb 20, 2023 · 1 comment
Open

Closing Julia sessions doesn't release memory #163

JordiBolibar opened this issue Feb 20, 2023 · 1 comment

Comments

@JordiBolibar
Copy link

This is a little bit Julia specific, but the behaviour is not normal, so I'm wondering if this might come from the JupyterHub. Whenever one closes a Julia session, in theory all memory should be released. Currently, this is not the case for me, and even when closing the session all previously used memory is still used. I need to manually kill the process with its PID in order to release all memory.

Is there anything that could explain this strange behaviour? Thanks a lot in advance!

@JordiBolibar
Copy link
Author

After some feedback from the Julia community, this seems like a problem from IJulia...

JuliaLang/IJulia.jl#977

JuliaLang/IJulia.jl#785

It seems there are problems with the Julia garbage collector on Jupyter servers.

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