skywalking java agent takes too many memory #7955
Unanswered
SimonLiuhd
asked this question in
Q&A
Replies: 1 comment
-
By doing a memory analysis, you should take the memory dump and check what is the leak(or whether there is a leak) first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a tomcat 8 application, when configured the SkyWalking java agent in the catalina.sh, the JVM will take 16G memory; while removed the agent related configs,the memory downed to about 3G.
And I the another application which have the same SkyWalking java agent configurations, but does not take much memory.
I cannot figure out the cause.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions