java.lang.OutOfMemoryError: GC overhead limit exceeded

Vladimir Sitnikov sitnikov.vladimir at gmail.com
Thu Mar 6 12:21:25 PST 2014


>*ParOldGen: 6116476K->6031245K*(6291456K)
This means the application does use 6GB ram.
So one should either try to give more ram (e.g. -Xmx12G) or analyze why the
application requires 6G.

--
Vladimir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20140307/287c01de/attachment.html 


More information about the hotspot-gc-use mailing list