JDK6 core observed
Sharang Patil
Sharang.Patil at owmessaging.com
Fri Apr 12 10:02:37 PDT 2013
Hi,
I had a query regarding the GC tuning and JVM crashing and need your help in
understanding the scenarios better. Following are the details. Let me know
if you need any additional details.
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
Platform - SunOS 5.10 Generic_142909-17 sun4v sparc SUNW,Sun-Fire-T200
Primary Memory - 8GB
No of Processors - 32
Following are the JVM args we tried for the concurrent 350 users for 2 hours
Jmeter run and it worked fine.
For 350 threads
[-J-server -J-d64 -Xms6g -Xmx6g -Xss1m -J-noclassgc -J-verbose:gc
-XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+DisableExplicitGC
-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:NewSize=1280m
-XX:MaxNewSize=1280m -XX:+CMSClassUnloadingEnabled
-XX:+PrintTenuringDistribution -Xloggc:log/details.pipe -XX:+PrintHeapAtGC
-Dmail.smtp.auth=true -XX:TargetSurvivorRatio=60
-XX:CMSInitiatingOccupancyFraction=30 -XX:SurvivorRatio=8
-XX:MaxGCPauseMillis=5000 -XX:GCTimeRatio=19]
When we tried with 400 threads for 2 hours run, there is a core generated
with the JVM log file as
# Problematic frame:
# V [libjvm.so+0x84bc2c] int
objArrayKlass::oop_oop_iterate_nv(oopDesc*,ParScanWithoutBarrierClosure*)+0x
1fc
I have attached the JVM log file and GC log file for this case.
Thanks,
Sharang
The information and attachments contained in this email are intended for use by the named recipient only and are confidential, privileged and/or protected by intellectual property rights. You are hereby notified that any use, dissemination, disclosure, distribution, copying or storage of this information is strictly prohibited. If you have received this information in error, please notify the sender by return email and delete the electronic transmission, including all attachments, from your system.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20130412/4ffdf32d/attachment-0001.html
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hs_err_pid11774.log
Url: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20130412/4ffdf32d/hs_err_pid11774-0001.log
-------------- next part --------------
A non-text attachment was scrubbed...
Name: details.pipe_400Threads_04122013
Type: application/octet-stream
Size: 2134 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20130412/4ffdf32d/details-0001.pipe_400Threads_04122013
More information about the hotspot-gc-use
mailing list