Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 52822 invoked from network); 16 May 2007 13:34:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 13:34:51 -0000 Received: (qmail 71536 invoked by uid 500); 16 May 2007 13:34:45 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 71517 invoked by uid 500); 16 May 2007 13:34:44 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 71504 invoked by uid 99); 16 May 2007 13:34:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 06:34:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hefest@gmail.com designates 64.233.162.230 as permitted sender) Received: from [64.233.162.230] (HELO nz-out-0506.google.com) (64.233.162.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 06:34:38 -0700 Received: by nz-out-0506.google.com with SMTP id z3so570319nzf for ; Wed, 16 May 2007 06:34:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R5m7/kfIlqJd4cwJiHA9/bo+iQbpA/LQkHLydLEAUKm7JyAZDWhcXIrS/cNqOnCRaZTTMmvNu/HHijbYGz1K+/8E/1P2I7V9y4IJQ/1JeoDl434KxHNliJa+V6Y+UnOEOuZP+u/GxNqj1Nt8ZE4JPD86A1WTUKHwSdIBCVBNTJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sbPl+iH+9FyuqBm8q9/XBd6jHBqDRPJ+afon2GzxlYEh2oevrExJuXqvr0dwAu4b00HO0ZWYjMJ9HCwSgz0Y1P/DzKQ6mZR48BXpUophyXdJr5qnWVg8eS7sCZyIn0rS5AWKiai8H2jJ3yXTsp8FqS859zlpmpPzhnw/Bxw92Eg= Received: by 10.114.108.15 with SMTP id g15mr2162770wac.1179322456773; Wed, 16 May 2007 06:34:16 -0700 (PDT) Received: by 10.114.177.13 with HTTP; Wed, 16 May 2007 06:34:16 -0700 (PDT) Message-ID: Date: Wed, 16 May 2007 13:34:16 +0000 From: "Tomi N/A" To: "Tomcat Users List" Subject: Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application In-Reply-To: <464B025C.5030905@kippdata.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <464B025C.5030905@kippdata.de> X-Virus-Checked: Checked by ClamAV on apache.org 2007/5/16, Rainer Jung : > Tomi, > > Increasing Perm Gen size is normal, as long as it goes down again when > it reaches the max and gets collected. The max depends on jvm version, > possibly on server type and of course your startup options. 64MB default > is not uncommon. I used JConsole just now and it seems stable...I'm bombarding tomcat with touch myapp/WEB-INF/web.xml every 10 seconds (to reload the app) and wget localhost:8080/myapp/faces/apage.jsp every 2 seconds. It seems stable here...but then again, it was never a problem on my devel machine: it's a problem at my hosting server. I don't even see any "...GeneratedMethodAccessor..." lines in the logs here (well, not related to this problem, anyway). Thank you both for the quick reply: I'd appreciate further ideas if there are some. Cheers, t.n.a. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org