Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Memory keeps growing #35

Open
vishwasarao opened this issue Aug 1, 2020 · 0 comments
Open

Memory keeps growing #35

vishwasarao opened this issue Aug 1, 2020 · 0 comments

Comments

@vishwasarao
Copy link

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.

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant