I got stacks of free ram, can i use it to stop appcode EAP 2.0 freezing every few seconds?
I'm currently finding that the current (rather wonderful) eap freezes constantly.. I noticed it was constantly garbage collecting. the effects of this were:
long pauses at cricitcal keystrokes,
waiting ages (sometimes as much as 30-60 seconds) for warning lines to dissaspear for valid code.
I updated my vm settings as follows - it's still pretty painful though.
-Xms512m
-Xmx2000m
-XX:MaxPermSize=1500m
-XX:ReservedCodeCacheSize=512m
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
I have 4gb ram free in my system.. can you give me some setting which will help.. I'm really suffering here..
thanks,
g.
Please sign in to leave a comment.
Yeah, I have the same problems on my Mac. Any ideas how to solve them?
Please see http://youtrack.jetbrains.com/issue/OC-6188
Also, note, that increasing max memory doesn't necessarily mean performace increase, since more time will be spent in GC.