Memory grows over time.
Why
Transient services holding unmanaged resources.
Fix
Dispose resources explicitly or use scoped lifetime.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Memory grows over time.
Why
Transient services holding unmanaged resources.
Fix
Dispose resources explicitly or use scoped lifetime.