Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My IDEA often crashes and always Full GC #7

Open
Leme34 opened this issue Oct 29, 2019 · 0 comments
Open

My IDEA often crashes and always Full GC #7

Leme34 opened this issue Oct 29, 2019 · 0 comments

Comments

@Leme34
Copy link

Leme34 commented Oct 29, 2019

This is my idea64.exe.vmoptions:

-Xms1024m
-Xmx2048m
-Xmn500m
-Xverify:none
-XX:ReservedCodeCacheSize=256m
-XX:MetaspaceSize=400m
-XX:MaxMetaspaceSize=512m
-XX:+UseCompressedOops
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:-OmitStackTraceInFastThrow
-Djdk.attach.allowAttachSelf
-Dkotlinx.coroutines.debug=off
-verbose:gc
-XX:+PrintGCDetails
-Xloggc:D:/idea_gc.log

My IDEA often crashes, especially when performing operations like npm install. This is the JVM information that was monitored during the IDEA crash. The GC log is always seen in the Full GC.
image

So I used jmap -dump:format=b,file=dump.hprof<process-id> dump the .hprof file,and use MAT analyze :
image
image
image

I have no idea now, please help me,thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant