ShangfengDing
ShangfengDing
> can you do a hprof dump and check what's causing the mem consumption? From top, the RES section has exceeded the 1g memory set by the JVM  I...
I use the demo which provided by pyrocope also has memory leak ``` import io.pyroscope.http.Format; import io.pyroscope.javaagent.PyroscopeAgent; import io.pyroscope.javaagent.Snapshot; import io.pyroscope.javaagent.api.Exporter; import io.pyroscope.javaagent.api.Logger; import io.pyroscope.javaagent.config.Config; import io.pyroscope.javaagent.impl.DefaultConfigurationProvider; import io.pyroscope.labels.Pyroscope; import...