<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - GARBAGE COLLECTOR PERFORMANCE PROBLEM</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Tue, 18 Jun 2013 21:34:13 -0400</pubDate>


    <item>

        <title>Re: GARBAGE COLLECTOR PERFORMANCE PROBLEM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32083</link>

        

        
            <description><![CDATA[use jboss4.0.4]]></description>
        

        <pubDate>Mon, 25 Jun 2007 06:56:27 -0400</pubDate>

        

        <jf:creationDate>Mon, 25 Jun 2007 06:56:27 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 25 Jun 2007 06:56:27 -0400</jf:modificationDate>
        <jf:date>Jun 25, 2007</jf:date>
        <jf:author>Chibuzo Ilechukwu</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>GARBAGE COLLECTOR PERFORMANCE PROBLEM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32083</link>

        

        
            <description><![CDATA[Did try just -Xincgc ? This is a very agressive garbage collector, and runs very well on 1.4.2. The drawback it can degrade performance and has limited GC performance on Tiger.]]></description>
        

        <pubDate>Sun, 03 Jul 2005 21:09:34 -0400</pubDate>

        

        <jf:creationDate>Sun, 03 Jul 2005 21:09:34 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 03 Jul 2005 21:09:34 -0400</jf:modificationDate>
        <jf:date>Jul 3, 2005</jf:date>
        <jf:author>Alessandro Borges</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>GARBAGE COLLECTOR PERFORMANCE PROBLEM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32083</link>

        

        
            <description><![CDATA[java.lang.OutOfMemoryError - this problem which makes java less attractive for using. We played with all java parameters - but still do not have satisfactory result.<br><br>As a result - we have cluster - with 5 tomcats , which runs on one computer. Is...]]></description>
        

        <pubDate>Mon, 13 Jun 2005 11:27:04 -0400</pubDate>

        

        <jf:creationDate>Mon, 13 Jun 2005 11:27:04 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 13 Jun 2005 11:27:04 -0400</jf:modificationDate>
        <jf:date>Jun 13, 2005</jf:date>
        <jf:author>Denis Borisovsky</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>GARBAGE COLLECTOR PERFORMANCE PROBLEM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32083</link>

        

        
            <description><![CDATA[Hi, We also observed the similar behaviour of only GC running in old generation if we use using the &quot;-XX:+UseConcMarkSweepGC&quot;. Try to run your application without this setting if you can effort a bit longer pause whenever FULL GC...]]></description>
        

        <pubDate>Tue, 10 May 2005 11:16:00 -0400</pubDate>

        

        <jf:creationDate>Tue, 10 May 2005 11:16:00 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 10 May 2005 11:16:00 -0400</jf:modificationDate>
        <jf:date>May 10, 2005</jf:date>
        <jf:author>Thirumal Bandi</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>GARBAGE COLLECTOR PERFORMANCE PROBLEM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32083</link>

        

        
            <description><![CDATA[You should run JVMStat and watch the rate of data moving through eden-&gt;tenured-&gt;old gen.<br><br>Your eden should represent a size that is somewhere a little above the maximum garbage created by servicing requests - that is data that is garbage as...]]></description>
        

        <pubDate>Sun, 27 Feb 2005 17:35:29 -0500</pubDate>

        

        <jf:creationDate>Sun, 27 Feb 2005 17:35:29 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 27 Feb 2005 17:35:29 -0500</jf:modificationDate>
        <jf:date>Feb 27, 2005</jf:date>
        <jf:author>Jason Frank</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>GC and Heap Size settings</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32083</link>

        

        
            <description><![CDATA[Probably answering the below questions might help:<br><br>Why are you setting the Xss size? Can you not leave it to the VM/OS to use the default thread stack size? <br><br>I believe you are running a web-site on your JBoss. In that case, why didn't you...]]></description>
        

        <pubDate>Fri, 25 Feb 2005 10:30:46 -0500</pubDate>

        

        <jf:creationDate>Fri, 25 Feb 2005 10:30:46 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 25 Feb 2005 10:30:46 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2005</jf:date>
        <jf:author>Kalyan Kumar Mudumbai</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>GC and Heap Size settings</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32083</link>

        

        
            <description><![CDATA[We have been playing around with the parameters that I explained before.<br><br>We changed Xms to 1024m and after several hours running with these setting, we obtained this:<br>java.lang.OutOfMemoryError: unable to create new native thread<br><br>Then we...]]></description>
        

        <pubDate>Fri, 25 Feb 2005 08:03:32 -0500</pubDate>

        

        <jf:creationDate>Fri, 25 Feb 2005 08:03:32 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 25 Feb 2005 08:03:32 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2005</jf:date>
        <jf:author>Elola Rubio</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>GARBAGE COLLECTOR PERFORMANCE PROBLEM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32083</link>

        

        
            <description><![CDATA[Hi, I have a problem with the gc performance in production.<br><br>The enviroment is the next:<br>Linux Red Hat 9.0<br>biprocessors<br>2 Gigas of memory<br>Jboss 3.2.3<br><br>I am using these parameters:<br>-Xmx1536m <br>-Xms512m<br>-Xss1024k...]]></description>
        

        <pubDate>Thu, 24 Feb 2005 11:12:05 -0500</pubDate>

        

        <jf:creationDate>Thu, 24 Feb 2005 11:12:05 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 24 Feb 2005 11:12:05 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2005</jf:date>
        <jf:author>Elola Rubio</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

