Memory Leak
- 主要言語
- Lua
- スター
- 11
- フォーク
- 16
- 平均マージ
- 2日 6時間
- マージ済み PR(30日)
- 1
説明
I have been troubleshooting another issue when I noticed that Decursive about every 20-30 seconds grows to about 200+ MB of memory usage before Garbage Collection kicks in and it drops back down off the list. And than I watch it grow back up to 200+ MB again over and over. Obviously GC takes care of the leaked memory, but it's not free, and might be something worth looking at. I've honestly never noticed it before, but I also don't watch my addon memory usage that often either. So not sure how long it's been doing this.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue describes a periodic memory growth in a World of Warcraft addon. Start by profiling the addon's memory usage in-game or with a WoW addon debugger. Look for loops, event handlers, or data structures that accumulate objects without release. The goal is to identify the source of the allocation and ensure proper cleanup.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- lua
- 領域
- performance
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100