From owner-freebsd-stable@FreeBSD.ORG Thu Apr 17 02:57:18 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E52937B401 for ; Thu, 17 Apr 2003 02:57:18 -0700 (PDT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C27443FAF for ; Thu, 17 Apr 2003 02:57:15 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [211.74.134.42] (port=49374 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:3) id 19668o-000Eep-00 for freebsd-stable@freebsd.org; Thu, 17 Apr 2003 17:57:14 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h3H9vCPj000952 for ; Thu, 17 Apr 2003 17:57:13 +0800 (CST) (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h3H9vCun000951 for freebsd-stable@freebsd.org; Thu, 17 Apr 2003 17:57:12 +0800 (CST) Date: Thu, 17 Apr 2003 17:57:12 +0800 From: leafy To: freebsd-stable@freebsd.org Message-ID: <20030417095712.GA936@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-stable@freebsd.org References: <200304171610.39239.doconnor@gsoft.com.au> <001001c304c3$3acf3de0$0401a8c0@mrwinslows> <002401c304c5$14afa670$0401a8c0@mrwinslows> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <002401c304c5$14afa670$0401a8c0@mrwinslows> User-Agent: Mutt/1.5.4i Subject: Re: tomcat out of memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 09:57:18 -0000 On Thu, Apr 17, 2003 at 11:38:19AM +0200, Michael Sig Birkmose wrote: > When i run top now it appears that the server also uses far less mem than > before - any inputs? It could be the known problem that Sun JDK javac leaks memory and tomcat will eventually run out of memory after many javac invokations. I ran into this when building the Eclipse port. JDK1.4.1 doesn't seem to be affected. Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming