Memory Leak: Massive RAM increase due to repeated FieldContainer.imshow()
#833
Labels
bug
Something isn't working
FieldContainer.imshow()
#833
In an interactive session. It seems that the screenshot method, especially with
nonlinear_subdivision > 1
, eats the RAM. Unfortunately, we can't do much about it.Even for such simple meshes and without
nonlinear_subdivision > 1
, onlyRestart Kernel
helps to free the memory in an interactive Python session after multiple screenshot calls.The text was updated successfully, but these errors were encountered: