ipython_blocking icon indicating copy to clipboard operation
ipython_blocking copied to clipboard

[Cross-Posted] ipyfilechooser + ipython_blocking = large memory leak

Open bryceschober opened this issue 4 years ago • 2 comments

When I:

  1. Run my example from https://github.com/bryceschober/ipyfilechooser_blocking_example in Jupyter or VS Code or even the binder.org link on that example repository.
  2. Choose to run all cells instead of one at a time.
  3. Observe a large continuous memory leak until you actually select a file and click select, and then memory usage returns to normal.

bryceschober avatar Feb 04 '21 21:02 bryceschober

See also https://github.com/crahan/ipyfilechooser/issues/36

bryceschober avatar Feb 04 '21 21:02 bryceschober

FWIW, the memory leak can be observed in the absence of any additional libraries. In this minimum example, execution blocks for 100 seconds and we can see the memory consumption grow: Binder

dokempf avatar Aug 10 '21 12:08 dokempf