longer ParNew collection in JDK8?

Yu Zhang yu.zhang at oracle.com
Fri Apr 17 20:39:49 UTC 2015


Joy,

I saw this blog post, it might be helpful to you.
https://blogs.oracle.com/poonam/entry/longer_young_collections_with_jdk7

Thanks,
Jenny

On 1/29/2015 10:27 AM, Joy Xiong wrote:
>
> Hi,
>
> We recently move our services from JDK6 to JDK8, but observe longer 
> ParNew GC pause in JDK8. For example, the pause time increase from 
> 27ms to 43ms in one service. The service has the JVM parameters as below:
> -Xms32684m -Xmx32684m -XX:NewSize=2048m -XX:MaxNewSize=2048m 
> -XX:+UseConcMarkSweepGC -XX:+UseParNewGC 
> -XX:CMSInitiatingOccupancyFraction=70 -XX:SurvivorRatio=2 
> -XX:+AlwaysPreTouch -XX:+UseCompressedOops 
> -XX:+PrintTenuringDistribution -XX:+PrintGCDetails 
> -XX:+PrintGCDateStamps -Xloggc:logs/gc.log 
> -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime
>
> Is this longer ParNew pause expected? Any suggestions to mitigate the 
> longer pause?
>
> thanks,
> -Joy
>
>
> _______________________________________________
> hotspot-gc-use mailing list
> hotspot-gc-use at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20150417/e27ca1a3/attachment-0001.html>


More information about the hotspot-gc-use mailing list