OOME 14.0.3
Hi all,
I have a question. I keep getting an OOME in Intellij IDEA 14.0.3.
In the GC view I see 409 mb usage out of 1024m but the OOM warning popup shows the maxheap in read.
idea.vmoptions:
-server
-Xms512m
-Xmx1024m
-XX:MaxPermSize=300m
-XX:ReservedCodeCacheSize=225m
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djsse.enableSNIExtension=false
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
IDEA_JDK = jdk 8 (u31)
Even when upping the value to 1500m I keep getting OOME errors.
If I use these values in idea64 it won't even start.
Is it a bug of am I missing something in my configuration?
Please sign in to leave a comment.
Still having problems. Anyone any idea?
Hi,
Could you make a memory snapshot when you'll get another OOME. You can find instruction of capturing and uploading here.
Since changing the max heap to 500m there haven't been any problems.