<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:p="urn:schemas-microsoft-com:office:powerpoint" xmlns:a="urn:schemas-microsoft-com:office:access" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" xmlns:b="urn:schemas-microsoft-com:office:publisher" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:c="urn:schemas-microsoft-com:office:component:spreadsheet" xmlns:oa="urn:schemas-microsoft-com:office:activation" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:q="http://schemas.xmlsoap.org/soap/envelope/" xmlns:D="DAV:" xmlns:x2="http://schemas.microsoft.com/office/excel/2003/xml" xmlns:ois="http://schemas.microsoft.com/sharepoint/soap/ois/" xmlns:dir="http://schemas.microsoft.com/sharepoint/soap/directory/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:dsp="http://schemas.microsoft.com/sharepoint/dsp" xmlns:udc="http://schemas.microsoft.com/data/udc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sp="http://schemas.microsoft.com/sharepoint/" xmlns:sps="http://schemas.microsoft.com/sharepoint/soap/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:udcxf="http://schemas.microsoft.com/data/udc/xmlfile" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:Arial;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Hi all<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>A customer of ours is experiencing instances whereby the Sun
JDK 1.4.2_16 on Windows goes through many Full GC<font color=navy><span
style='color:navy'>s</span></font> for no good reason. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>The Sun JDK parameters used are: </span></font><font size=2
face=Arial><span lang=EN-AU style='font-size:10.0pt;font-family:Arial'>-Xms1280m
-Xmx1280m -XX:NewSize=500m -XX:MaxNewSize=500m -XX:PermSize=150m
-XX:MaxPermSize=150m -server  -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>I have enclosed a snippet of the garbage collection
logs with minor GC before and after (ProblematicFullGC.zip).<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>From timestamp 21928.044 to 21958.226 + 5 seconds aka
35 seconds, the JVM goes through 8 Full GCs with hardly any time in between.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>To the users, the JVM is frozen. <font color=navy><span
style='color:navy'>T</span></font>he JVM needs to get restarted to get back to
a good state.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>The most surprising is that the new generation is
almost empty (1 or 2 MB max used out of 460MB) in all but the first Full GC and
that there is a lot of free space in the tenured generation (more than 400MB).<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>Our thinking is that the JVM may be triggering a Full
GC because of the “Young Generation Guarantee”.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>If such is the case, the behaviour is not consistent across
platforms: we have run a similar load test in house with Sun JDK 1.4.2_16 on
Linux with the identical parameters (“</span></font><font size=2
face=Arial><span style='font-size:10.0pt;font-family:Arial'>-server -Xms1280m
-Xmx1280m -XX:NewSize=500m -XX:MaxNewSize=500m -XX:PermSize=150m
-XX:MaxPermSize=150m -XX:+PrintGCDetails -XX:+PrintHeapAtGC
-XX:+PrintGCTimeStamps -verbose:gc”</span></font><font size=2 face=Arial><span
lang=EN-AU style='font-size:10.0pt;font-family:Arial'>. In that case, the Full
GCs occur very normally though the tenured space is much fuller (140-180MB free
only). A snippet of the GC logs is enclosed at OKGC.zip. It shows several Full
GCs with a healthy dose of minor GC in between.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>So far, we have recommended to the customer that they
use a smaller New Generation, as this may make it less likely to get closer to
the “Young Generation Guarantee” threshold. Nevertheless, as the
math is not there for that “Young Generation Guarantee”, we want to
dig further into this.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>Thanks in advance for any help.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span lang=EN-AU style='font-size:
10.0pt;font-family:Arial'>Alex Aisinzon<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color="#1f497d" face=Arial><span lang=EN-AU
style='font-size:10.0pt;font-family:Arial;color:#1F497D'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 color="#1f497d" face=Arial><span lang=EN-AU
style='font-size:10.0pt;font-family:Arial;color:#1F497D'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=3 color="#1f497d" face="Times New Roman"><span
lang=EN-AU style='font-size:12.0pt;color:#1F497D'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=3 color="#1f497d" face="Times New Roman"><span
lang=EN-AU style='font-size:12.0pt;color:#1F497D'>  </span></font><font
size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></font></p>

</div>

</body>

</html>