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
Hello! Thanks for this wonderful framework, having a blast with it.
I seem to have a memory leak with my app. I suspect the problem to be caused by my usage of the TabbedContent's method clear_panes(). I have a TabbedContent which i want to refresh every time a user provides a file input. The widget contains tabs which reference large tables. I was expecting clear_panes() to remove all references to the stale tabs, letting the stale tables to the garbage collector. This doesn't seem to be happening. I have reproduced this behavior with the following MRE:
Pressing ctrl+o repeatedly I can see an increase in the process's memory usage. I am on MacOS Ventura, iterm2.
What can I do to solve this problem with my program?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello! Thanks for this wonderful framework, having a blast with it.
I seem to have a memory leak with my app. I suspect the problem to be caused by my usage of the
TabbedContent
's methodclear_panes()
. I have aTabbedContent
which i want to refresh every time a user provides a file input. The widget contains tabs which reference large tables. I was expectingclear_panes()
to remove all references to the stale tabs, letting the stale tables to the garbage collector. This doesn't seem to be happening. I have reproduced this behavior with the following MRE:Pressing
ctrl+o
repeatedly I can see an increase in the process's memory usage. I am on MacOS Ventura, iterm2.What can I do to solve this problem with my program?
Thank you.
The text was updated successfully, but these errors were encountered: