Summary
Background processes and throttle instances accumulate without cleanup.
Findings
Impact
Zombie bash processes accumulate. Memory/CPU consumed by stale throttle intervals.
Suggested Fix
Store process references and kill before creating new. Use Node.js fs.read instead of bash. Add LRU/TTL for throttler cleanup.
Related Issues (Memory Leak Pattern)
Summary
Background processes and throttle instances accumulate without cleanup.
Findings
Impact
Zombie bash processes accumulate. Memory/CPU consumed by stale throttle intervals.
Suggested Fix
Store process references and kill before creating new. Use Node.js fs.read instead of bash. Add LRU/TTL for throttler cleanup.
Related Issues (Memory Leak Pattern)