You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
My apologies if this is not correct place for this issue.
I am running a .Net windows service (.net 4.6.1) with Serilog for logging. I am using Serilog.Logentries NuGet package manager to write to logentries sink ( using the latest version).
Separate loggers are created for each important class, these instances live in the memory for application lifetime.
The application crashes after running for 4-6 days due to Out Of Memory Exception. I ran ANT profiler for this and I can see most of the memory is consumed by Byte and String type.
Most of Byte memory is held by System.Net.Security._sslStream, and it keeps growing.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
My apologies if this is not correct place for this issue.
I am running a .Net windows service (.net 4.6.1) with Serilog for logging. I am using Serilog.Logentries NuGet package manager to write to logentries sink ( using the latest version).
Separate loggers are created for each important class, these instances live in the memory for application lifetime.
The application crashes after running for 4-6 days due to Out Of Memory Exception. I ran ANT profiler for this and I can see most of the memory is consumed by Byte and String type.
Most of Byte memory is held by System.Net.Security._sslStream, and it keeps growing.
The text was updated successfully, but these errors were encountered: