Default performance on Sun T5440

jeff.lloyd at algorithmics.com jeff.lloyd at algorithmics.com
Fri Oct 2 08:23:39 PDT 2009


Hi,

 

I just ran my application on a new box from Sun and found immediate
debilitating java performance by default.

 

System Configuration:  Sun Microsystems  sun4v T5440

Memory size: 65248 Megabytes

 

================================ Virtual CPUs
================================

 

 

CPU ID Frequency Implementation         Status

------ --------- ---------------------- -------

0      1164 MHz  SUNW,UltraSPARC-T2+    on-line  

1      1164 MHz  SUNW,UltraSPARC-T2+    on-line  

...

254    1164 MHz  SUNW,UltraSPARC-T2+    on-line  

255    1164 MHz  SUNW,UltraSPARC-T2+    on-line  

 

four UltraSPARC T2 Plus processors per system, 256 threads; 1.2 GHz

 

The default java behaviour is to use all 256 virtual processors for
garbage collection, and even for small ParNew collections the system was
being hammered.  The cpu load reported by prstat was 150 during
too-frequent and long-running YG garbage collections.  I had to specify
-XX:ParallelGCThreads=8 to bring the gc under control.

 

I just wanted to let you know that the default gc behaviour for Sun's
JVM on Sun's hardware produces undesirable results.  I don't think most
people will know how to diagnose or fix this problem.

 

Jeff

 


 
--------------------------------------------------------------------------
This email and any files transmitted with it are confidential and proprietary to Algorithmics Incorporated and its affiliates ("Algorithmics"). If received in error, use is prohibited. Please destroy, and notify sender. Sender does not waive confidentiality or privilege. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. Algorithmics does not accept liability for any errors or omissions. Any commitment intended to bind Algorithmics must be reduced to writing and signed by an authorized signatory.
--------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20091002/b2ad8797/attachment.html 


More information about the hotspot-gc-use mailing list