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
Trying to create backend with Quill.
But when I done it, get memory leaks. My G1 Old Gen heap zone goes up.
When I get memory dump, I see so many LinkedHashMap. Around 7millions for 5000 API requests:
Inside of this objects I have io.getquill.quat.Quat objects implementations. For all of them
Version: (4.6.0)
Module: (quill-zio, quill-jdbc-zio)
Database: (postgresql)
Actual behavior
Trying to create backend with Quill.
But when I done it, get memory leaks. My G1 Old Gen heap zone goes up.
When I get memory dump, I see so many LinkedHashMap. Around 7millions for 5000 API requests:
Inside of this objects I have io.getquill.quat.Quat objects implementations. For all of them
My Code Samples
@getquill/maintainers
The text was updated successfully, but these errors were encountered: