jupyterlab-variableInspector icon indicating copy to clipboard operation
jupyterlab-variableInspector copied to clipboard

Memory Leak when clicking the View Contents of a large variable

Open antvig opened this issue 4 years ago • 0 comments

I have a list containing 10 large pandas.DataFrame. At this stage, the mem of my system is 22G.

When clicking the button view contents of variableInspector, the notebook is working. After couple of seconds, the work is done, nothing happen visually (the variable visualisation window doesn't show).

But the mem is now 54G !

And I doesn't see any way to free the memory unless restarting the notebook.

antvig avatar Apr 30 '20 08:04 antvig