Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Byte-buddy memory leak #145

@insdami

Description

@insdami

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

Screenshot 2022-11-29 at 14 03 47

Screenshot 2022-11-29 at 14 03 34

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions