ChilliCream/graphql-platform

Possible memory leak in HC 13.8.1

rkrishnan2014 opened this issue · 3 comments

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

Gradual increase seen in memory profile

Image

Can you repro it with 14 or 13.9.14?

Tried with 13.9.14, it looks the same.