Replies: 1 comment 2 replies
-
@johny65 - are you able to see the paths to GC root for those objects? Do you need a distinct pool for each end-user? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a web application that connects to a OrientDB server. When an user connects, we initialize a pool:
And then use it:
When the user ends, we close all:
The app has a few users, but every amount of days it throws:
and we have to restart it. Inspecting a heap dump, we see this numbers:
OrientDB
: 36ODatabasePool
: 36ODatabasePoolmpl
: 2362OrientDBRemote
: 2362Evidently there are instances not being liberated but we don't know why. What could be the cause?
Beta Was this translation helpful? Give feedback.
All reactions