Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpEventCollector in serial mode causes unnecessary Large Object Heap allocations #67

Open
graemefoster opened this issue Apr 3, 2023 · 0 comments

Comments

@graemefoster
Copy link

graemefoster commented Apr 3, 2023

Due to when it realises the StringBuilder's ToString() call, under high load with larger batches, it can result in MB to GB of allocations of byte[] on the Large Object Heap.

I'm going to put up a Pull Request which can have large impact on Private Bytes used by a process that serially logs under load (with little to no impact on other use-cases).

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

No branches or pull requests

1 participant