You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followup from pygfx/pygfx#494, I will eventually make an example notebook to show the caveats with garbage collection since jupyter likes to keep its own references to objects. This prevents VRAM and RAM from being cleared even when you think all references to a pygfx.WorldObject have been removed.
The text was updated successfully, but these errors were encountered:
Followup from pygfx/pygfx#494, I will eventually make an example notebook to show the caveats with garbage collection since jupyter likes to keep its own references to objects. This prevents VRAM and RAM from being cleared even when you think all references to a
pygfx.WorldObject
have been removed.The text was updated successfully, but these errors were encountered: