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
With each request, objects are stored in the SmallRyeBatchLoaderContextProvider.INSTANCES, but never deleted.
Depending on the number of batch operations and available memory, this leads more or less quickly to extremely slow requests (and almost 100% GC) and at some point to an OutOfMemoryError.
The text was updated successfully, but these errors were encountered:
ybroeker
added a commit
to ybroeker/smallrye-graphql
that referenced
this issue
Apr 6, 2021
With each request, objects are stored in the
SmallRyeBatchLoaderContextProvider.INSTANCES
, but never deleted.Depending on the number of batch operations and available memory, this leads more or less quickly to extremely slow requests (and almost 100% GC) and at some point to an OutOfMemoryError.
The text was updated successfully, but these errors were encountered: