longer ParNew collection in JDK8?
Yu Zhang
yu.zhang at oracle.com
Thu Jan 29 18:55:30 UTC 2015
Joy,
Have you tried g1 in jdk8?
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/20150129/3e4bcf2b/attachment.html>
More information about the hotspot-gc-use
mailing list