We are implementing enhancements to enable real-time market data streaming using EMA. Our application has been developed as a .NET 8 Worker Service. During normal data flow periods (weekdays), the service operates without any issues. However, when the weekend arrives and data flow decreases, we observe that the RAM usage on the server hosting the service rises to significantly high levels.
What could be the root cause of this behavior? What actions can we take to address it?