Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 72117 invoked from network); 20 Sep 2003 10:54:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Sep 2003 10:54:03 -0000 Received: (qmail 35261 invoked by uid 500); 20 Sep 2003 10:53:21 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 35229 invoked by uid 500); 20 Sep 2003 10:53:21 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 35205 invoked from network); 20 Sep 2003 10:53:21 -0000 Received: from unknown (HELO falcon.mail.pas.earthlink.net) (207.217.120.74) by daedalus.apache.org with SMTP; 20 Sep 2003 10:53:21 -0000 Received: from dialup-67.30.250.49.dial1.atlanta1.level3.net ([67.30.250.49] helo=muleworkrt) by falcon.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A0fMd-0001XV-00 for struts-user@jakarta.apache.org; Sat, 20 Sep 2003 03:53:20 -0700 From: "Robert Taylor" To: "Struts Users Mailing List" Subject: [OT] RE: Garbage Collection Date: Sat, 20 Sep 2003 06:53:55 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <4E6A7BDC24CDD311B11400508BDF0A381A299B79@usahm009.exmi01.exch.eds.com> Importance: Normal 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 Where is this paper? Can you provide a link? A problem similar to this was discussed earlier this week. Since you do not make it clear that you are using Struts or even a web application, please prepend your posts with [OT] next time. robert > -----Original Message----- > From: Au-Yeung, Stella H [mailto:stella.au-yeung@eds.com] > Sent: Friday, September 19, 2003 4:58 PM > To: 'Struts Users Mailing List' > Subject: Garbage Collection > > > A few question on Garbage Collection. I read the paper on "Tuning Garbage > Collection". Can someone tell me: > 1) What's the default size of 'Permanent Generation'. > 2) How to print out the available memory in 'Permanent Gereration'? My > 'OutOfMemoryError' may be due to this space is fulled. > 3) The paper talkes about 'Promptness' (which is the time between when an > object becomes dead and when the memory becomes available). Is there a > default of this time. Can I print out what's the setting is. I also > suspend that my 'OutOfMemoryError' is due to memory from dead > objecs are not > released soon enough. > 4) If I use 'NewRatio' to set the ratio between young and old generation, > why do I need 'NewSize' and 'MaxNewSize' since the latter too > are to bound > the young generation size. Doesn't that 'NewRatio' already > setting the size > of the young generation with respect to the old generation and the total > heap size? > > Any help will be appreciated. > > Stella > > --------------------------------------------------------------------- > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: struts-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org