Memory Leak
- Lingua principale
- Lua
- Stelle
- 11
- Fork
- 16
- Merge medio
- 2g 6h
- PR unite (30g)
- 1
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- lua
- Ambito
- performance
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100