-
Notifications
You must be signed in to change notification settings - Fork 0
BUG: Memory leaks from long-running sessions #12
Copy link
Copy link
Open
Description
Long-running Nod.ie sessions may accumulate audio buffers leading to memory leaks.
Bug Description
When Nod.ie runs for extended periods, memory usage gradually increases due to audio buffer accumulation.
Expected Behavior
Memory usage should remain stable even during long sessions.
Current Behavior
Memory usage increases over time, potentially causing performance issues or crashes.
Potential Causes
- Audio buffers not being properly released
- WebSocket message accumulation
- Visualization data not being garbage collected
- Decoder worker memory not freed
Suggested Fixes
- Implement proper cleanup for audio buffers
- Add periodic garbage collection
- Monitor memory usage in developer tools
- Add memory usage limits and warnings
From TODO.md Known Bugs section
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels