ChilliCream / graphql-platform

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
https://chillicream.com
MIT License
5.25k stars 745 forks source link

Possible memory leak in HC 13.8.1 #7736

Open rkrishnan2014 opened 2 hours ago

rkrishnan2014 commented 2 hours ago

Product

Hot Chocolate

Version

13.8.1

Link to minimal reproduction

With Version 13.8.1, we are seeing an increasing trend in memory allocation and profiling the memory

Steps to reproduce

Create a new project from a template in version 13.8.1 Simulate a reasonable and constant throughput Profile the memory The number of allocated objects and memory always increase

What is expected?

Below is a snapshot from memory profiling tool,

Image

What is actually happening?

With Version 13.8.1, we are seeing an increasing trend in memory allocation and profiling the memory

Below is a snapshot from memory profiling tool,

Image

Relevant log output

Additional context

No response

rkrishnan2014 commented 2 hours ago

Gradual increase seen in memory profile

Image