2072 / 2072/Decursive

Memory Leak

未关闭
#20 7 条评论 0 个 reaction 已指派 1 人 已被 @2072 认领 在 GitHub 查看
Blizzard issue bug
主要语言
Lua
星标
11
派生
16
平均合并
2 天 6 小时
30 天内合并 PR
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。