Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
CloudSen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On Skywalking APM monitor, I notice one of my springboot server restart frequently, and jvm heap memory gradually grow.
Then I exported multiple dump files, and use Eclipse MAT to analysis leaks, the results are shown in the following figure.
two dump compare:
GC Roots:
As you can see, Jarfile's retained heap has risen from 184m to 469m, and there are more and more objects. After one day of running, the size can reach 1.8GB!
Is this a bug about Skywalking or Spring Boot?
Im using Skywalking=>8.2.0 and SpringBoot=>2.3.3.release.
Beta Was this translation helpful? Give feedback.
All reactions