Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 14284 invoked from network); 2 Apr 2004 16:13:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 16:13:23 -0000 Received: (qmail 15586 invoked by uid 500); 2 Apr 2004 16:12:55 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 15541 invoked by uid 500); 2 Apr 2004 16:12:55 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 15527 invoked from network); 2 Apr 2004 16:12:55 -0000 Received: from unknown (HELO mail15.atl.registeredsite.com) (64.224.219.99) by daedalus.apache.org with SMTP; 2 Apr 2004 16:12:55 -0000 Received: from imta01a2.registeredsite.com (imta01a2.registeredsite.com [64.225.255.10]) by mail15.atl.registeredsite.com (8.12.8/8.12.8) with ESMTP id i32GCvAu023452 for ; Fri, 2 Apr 2004 16:12:57 GMT Received: from rwichterman ([209.195.134.186]) by imta01a2.registeredsite.com with ESMTP id <20040402161257.VGDQ15204.imta01a2.registeredsite.com@rwichterman> for ; Fri, 2 Apr 2004 11:12:57 -0500 From: "Rob Wichterman" To: Subject: Odd Memory Problem Date: Fri, 2 Apr 2004 11:17:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C418A4.09569970" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcQYzfG8vIq+rL+WT+q5qKN5hVTYWA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-Id: <20040402161257.VGDQ15204.imta01a2.registeredsite.com@rwichterman> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0016_01C418A4.09569970 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I have been battling a memory problem for a few months now with no luck. I have used profilers and everything else you could imagine. The problem is we have never been able to duplicate it on the testing servers it only happens on production which does not see much load at all (100 users a day). I noticed something very odd yesterday though. I am using the "-XX:+UseConcMarkSweepGC and -Xms512m". I was monitoring the garbage collection activity very closely and I was receiving good performance for 3 days. I was seeing one garbage collection about every 5 minutes in the Catalina.out. Then out of nowhere the garbage collection starting going crazy, about one garbage collection a second, I checked the cpu usage and it was stuck around 60% used. There were only 2-4 people logged in at a time. The crazy garbage collection went on for a couple of hours before it eventually crapped out with "Out of Memory" errors. It almost seems like a section of the app caused this sudden outburst but there is no way our QA department hasn't went over the same section. I was hoping some one seen or heard of this before. Below is my environment. Thanks, Apache2.0.47 using mod_jk2 2 * tomcat4.1.24 J2sdk1.4.2_04 ------=_NextPart_000_0016_01C418A4.09569970--