Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 33513 invoked from network); 6 Feb 2008 13:17:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 13:17:08 -0000 Received: (qmail 56366 invoked by uid 500); 6 Feb 2008 13:16:48 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56352 invoked by uid 500); 6 Feb 2008 13:16:48 -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 56341 invoked by uid 99); 6 Feb 2008 13:16:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 05:16:48 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of prakasherd@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 13:16:19 +0000 Received: by wa-out-1112.google.com with SMTP id m38so425216waf.16 for ; Wed, 06 Feb 2008 05:16:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=UruRhoOvReIPLs5oemn+D0BD2mn0QCE5SZcBMzzRdCY=; b=ovODXugbmqhktnGfvtSkUrIIyUbsTcFsR87B1GBRf8Xb3nWDUIZVHjcfNkMga4gjpfNtkAfopOjww9BKLVcUworwKuBQltVooIN0eYzxWBzCf9gFxzYWrXWJLpU9sZQo6o5X9rMMO5UyLU6A6hd/pkkC6asgZVS9NXW5JkC/9O4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=nyhexrPyVT5ugDCn11rIGPE2YH71f/UReRZ/X0sk4YQAoIzpybOqStgS/5QemnpXUcix9lfgT3rtIEordENNwijq1bfk96Xzo/fcPQVzPAseOZfYV/vRiltB4+ifgQT+/9xfN+PsJvMVjLOvmbkRIjfpY6DZGagU7kivweFNUBk= Received: by 10.114.154.1 with SMTP id b1mr2163643wae.118.1202303786619; Wed, 06 Feb 2008 05:16:26 -0800 (PST) Received: by 10.114.26.6 with HTTP; Wed, 6 Feb 2008 05:16:26 -0800 (PST) Message-ID: <203d357e0802060516v14da460l54af81ccbfa6adda@mail.gmail.com> Date: Wed, 6 Feb 2008 18:46:26 +0530 From: "prakash shanmugam" To: "Tomcat Users List" Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 In-Reply-To: <47A881DB.7090805@christopherschultz.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7473_295342.1202303786559" References: <00c801c86788$1955dd90$072613ac@jomax.paholdings.com> <47A881DB.7090805@christopherschultz.net> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7473_295342.1202303786559 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline hai dan, If I am not wrong, try to close all the connection string and make the user defined variables as null. (Eg) 1) (Statement object)--=E0 st.close(); 2) (String)=E0s=3Dnull; Hope it will solve your problem to some extend, even then if your problem i= s not solved. Then you have to change the heap size in the tomcat server (tha= t may be relative to RAM size of the machine where the tomcat is running). --=20 with Regards S.Prakash ------=_Part_7473_295342.1202303786559--