Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 99398 invoked from network); 31 Jul 2009 14:18:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jul 2009 14:18:03 -0000 Received: (qmail 83080 invoked by uid 500); 31 Jul 2009 14:18:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 83040 invoked by uid 500); 31 Jul 2009 14:17:59 -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 83029 invoked by uid 99); 31 Jul 2009 14:17:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 14:17:59 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 14:17:48 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss1 with InterScan Message Security Suite; Fri, 31 Jul 2009 09:17:27 -0500 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 31 Jul 2009 09:17:22 -0500 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 31 Jul 2009 09:17:22 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Fri, 31 Jul 2009 09:17:22 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Fri, 31 Jul 2009 09:17:18 -0500 Subject: RE: setting JVM parameters Thread-Topic: setting JVM parameters Thread-Index: AcoR6H+3bIYx07CKS1G9dgFtQenm1wAAK9pA Message-ID: <0AAE5AB84B013E45A7B61CB66943C17229B37BCE4A@USEA-EXCH7.na.uis.unisys.com> References: <24757042.post@talk.nabble.com> In-Reply-To: <24757042.post@talk.nabble.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 31 Jul 2009 14:17:22.0659 (UTC) FILETIME=[9F075330:01CA11E9] X-Virus-Checked: Checked by ClamAV on apache.org > From: dori [mailto:dorian.cussen@googlemail.com] > Subject: setting JVM parameters >=20 > JAVA_OPTS=3D"$JAVA_OPTS -Xmx128m -Xms128m" > by placing it at the top of my catalina.sh file Better to create a setenv.sh file with the above than to modify the Tomcat-= supplied script. > I am running tomcat6 (as a service on centOS), the catalina=20 > file is in tomcat/bin Are you using a real Tomcat, downloaded from tomcat.apache.org? Or is it a= 3rd-party repackaged version? If the latter, it may have its own startup = scripts and not use the proper ones. How exactly do you start Tomcat? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org