Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event内でのmemory leak? #56

Open
montagne5641 opened this issue Jun 12, 2024 · 1 comment
Open

event内でのmemory leak? #56

montagne5641 opened this issue Jun 12, 2024 · 1 comment

Comments

@montagne5641
Copy link

montagne5641 commented Jun 12, 2024

event内で、

① 特定の大規模なループ計算を行いその結果を変数Aに格納する。
 計算条件については、window内のRadioボタンやInputで入力/選択したものを参照する。
② 変数Aをcsvファイルとして外部出力する
③ 変数Aに対し、del及びgabage collectionを使いメモリを解放する。
①~③を繰り返す

という処理をさせています。
これまでtkeasyguiを介さずに処理を行っていた際は変数Aがメモリを圧迫することはなかったのですが、tkeasyguiを介した場合のみ①~③の間でメモリ使用率がどんどん上がっていき(これもtkeasygui特有の現象)、さらに③でも解放されず、結果メモリのオーバーフローによりwindowが落ちる現象が生じています。
可能性として考えられることはございますでしょうか。
※pysimpleguiではcanvasがmemory leakを起こすとの報告があったため当方でもcanvasは除いているのですが、それでもリークを回避できませんでした。

@kujirahand
Copy link
Owner

ご報告ありがとうございます。
もし、状況が確認できる、最小限のソースコードがあれば、お知らせください。
私の方でも、いろいろ試してみます。
いつも、ご利用ありがとうございます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants