<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Garbage Collection: ConcMarkSweep vs. RMI</title>
	<atom:link href="http://www.webapper.com/blog/index.php/2006/06/08/20060606021131/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webapper.com/blog/index.php/2006/06/08/20060606021131/</link>
	<description>Web Application Engineers</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:25:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nitin Malhotra</title>
		<link>http://www.webapper.com/blog/index.php/2006/06/08/20060606021131/comment-page-1/#comment-84</link>
		<dc:creator>Nitin Malhotra</dc:creator>
		<pubDate>Sun, 08 Mar 2009 05:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2006/6/28/20060606021131#comment-84</guid>
		<description>Wow.  If you&#039;re ever in Northern VA hit me up cause I owe you a beer in a big way.  We&#039;ve been struggling for a while with our coldfusion performance problems and to gain the knowledge and come up with this solution would have taken us a loooong time.  It worked just as you described.  Many thanks!</description>
		<content:encoded><![CDATA[<p>Wow.  If you&#8217;re ever in Northern VA hit me up cause I owe you a beer in a big way.  We&#8217;ve been struggling for a while with our coldfusion performance problems and to gain the knowledge and come up with this solution would have taken us a loooong time.  It worked just as you described.  Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl Banttari</title>
		<link>http://www.webapper.com/blog/index.php/2006/06/08/20060606021131/comment-page-1/#comment-83</link>
		<dc:creator>Daryl Banttari</dc:creator>
		<pubDate>Mon, 05 Mar 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2006/6/28/20060606021131#comment-83</guid>
		<description>Giriraj,

While that&#039;s /supposed/ to work, for the patch versions of 1.4.2 on Windows that I tested (I think this may have been fixed in _12 or _13), it doesn&#039;t.  Check the verbose GC logs.

--Daryl</description>
		<content:encoded><![CDATA[<p>Giriraj,</p>
<p>While that&#8217;s /supposed/ to work, for the patch versions of 1.4.2 on Windows that I tested (I think this may have been fixed in _12 or _13), it doesn&#8217;t.  Check the verbose GC logs.</p>
<p>&#8211;Daryl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giriraj</title>
		<link>http://www.webapper.com/blog/index.php/2006/06/08/20060606021131/comment-page-1/#comment-82</link>
		<dc:creator>giriraj</dc:creator>
		<pubDate>Mon, 04 Dec 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2006/6/28/20060606021131#comment-82</guid>
		<description>Using ConcurrentMarkAndSweep alongwith 
Xmn (new gen) and survivorRatio will allocate the survivor regions.</description>
		<content:encoded><![CDATA[<p>Using ConcurrentMarkAndSweep alongwith<br />
Xmn (new gen) and survivorRatio will allocate the survivor regions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl Banttari (chiefdataplumber)</title>
		<link>http://www.webapper.com/blog/index.php/2006/06/08/20060606021131/comment-page-1/#comment-81</link>
		<dc:creator>Daryl Banttari (chiefdataplumber)</dc:creator>
		<pubDate>Wed, 07 Jun 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2006/6/28/20060606021131#comment-81</guid>
		<description>Dave,

We typically use a 1GB min and max.  This helps against the effects of heap fragmentation (better ensuring the Young Generation Guarantee) and prevents the Full GCs that must be run when the heap is automagically resized.

--Daryl Banttari
Chief Data Plumber
Webapper</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>We typically use a 1GB min and max.  This helps against the effects of heap fragmentation (better ensuring the Young Generation Guarantee) and prevents the Full GCs that must be run when the heap is automagically resized.</p>
<p>&#8211;Daryl Banttari<br />
Chief Data Plumber<br />
Webapper</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Carabetta</title>
		<link>http://www.webapper.com/blog/index.php/2006/06/08/20060606021131/comment-page-1/#comment-80</link>
		<dc:creator>Dave Carabetta</dc:creator>
		<pubDate>Tue, 06 Jun 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2006/6/28/20060606021131#comment-80</guid>
		<description>Great read! However, I have one question. What is the proportion of the above settings to the overall memory allocation? That is, what is the -Xmx setting? Do you make the Eden space a certain percentage of the overall allocation?</description>
		<content:encoded><![CDATA[<p>Great read! However, I have one question. What is the proportion of the above settings to the overall memory allocation? That is, what is the -Xmx setting? Do you make the Eden space a certain percentage of the overall allocation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
