Memory Leak
- Linguagem predominante
- Lua
- Estrelas
- 11
- Forks
- 16
- Merge médio
- 2d 6h
- PRs com merge (30d)
- 1
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- lua
- Domínio
- performance
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 30/100