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 was archived by the owner on Jun 1, 2024. It is now read-only.
What version of Elasticsearch.Net did it resolve to? 8.1.0 by default installs 7.0.0 because nuget resolves to lowest.
In older version of Elasticsearch.Net relied on recyclablememorystream by default which allocates and reuses byte arrays. This was often being reported as a memoryleak as the buffers grew.
Uh oh!
There was an error while loading. Please reload this page.
Serilog. Sinks. Elasticsearch memory leaks to large memory and not GC
Does this issue relate to a new feature or an existing bug?
What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package.
8.1.0
What is the target framework and operating system? See target frameworks & net standard matrix.
Please describe the current behavior?
When the log sector is "information", the memory is large and not recycled
Please describe the expected behavior?
Normal recovery memory
The text was updated successfully, but these errors were encountered: