-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, we are experiencing a memory leak which according to the latest dump comes from Kanela (byte buddy).
We are using Kanela:
val agent = "io.kamon" % "kanela-agent" % "1.0.16"
via native packager
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6")
javaAgents += Kamon.agent
along with Kamon "2.5.11".
The application is an akka-http with gRPC one which is intialised as explained in guide
Do you know what could be happening that the hashmap keeps growing over time? Let me know if I can provide more details to understand the problem better.
beikern
Metadata
Metadata
Assignees
Labels
No labels