ShangfengDing

Results 2 comments of 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 ![image](https://github.com/grafana/pyroscope-java/assets/28734521/acde9809-8f56-4b60-a737-c067cdbd082d) 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...