Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 46249 invoked from network); 24 Jul 2009 00:36:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jul 2009 00:36:18 -0000 Received: (qmail 24170 invoked by uid 500); 24 Jul 2009 00:28:46 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 24147 invoked by uid 500); 24 Jul 2009 00:28:46 -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 24136 invoked by uid 99); 24 Jul 2009 00:28:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 00:28:46 +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 (nike.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, 24 Jul 2009 00:28:33 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss1 with InterScan Message Security Suite; Thu, 23 Jul 2009 19:28:12 -0500 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.55]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Jul 2009 19:28:10 -0500 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Jul 2009 19:28:10 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Thu, 23 Jul 2009 19:28:10 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Thu, 23 Jul 2009 19:28:08 -0500 Subject: RE: what is the upper limit of maximum heap memory for Tomcat with32-bit JVM running on Red Hat Linux 4 (32-bit) Thread-Topic: what is the upper limit of maximum heap memory for Tomcat with32-bit JVM running on Red Hat Linux 4 (32-bit) Thread-Index: AcoL6YcFRkNwG7e/Sa+VEquTlSse+QAC2vYg Message-ID: <0AAE5AB84B013E45A7B61CB66943C17229A266A265@USEA-EXCH7.na.uis.unisys.com> References: In-Reply-To: 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: 24 Jul 2009 00:28:10.0827 (UTC) FILETIME=[9FBBF9B0:01CA0BF5] X-Virus-Checked: Checked by ClamAV on apache.org > From: Li,Henry [mailto:henryli@mdanderson.org] > Subject: what is the upper limit of maximum heap memory for Tomcat > with32-bit JVM running on Red Hat Linux 4 (32-bit) >=20 > My Tomcat is running on 32-bit Red Hat 4 (2.6.9-78.0.1.ELsmp), host > server has 8G physical memory and 4 processors. The amount of RAM is not pertinent to the maximum heap size; the latter is = limited by whatever virtual (not real) space the OS allows for a process. = For Linux, that's either 2 or 3 GB, but lots of things have to fit in there= besides the JVM's heap. > java version "1.4.2" gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10) Dump that JVM - you'll need a real one to do any real work. Use a Sun JDK = or OpenJDK, latest version. They're both much more stable than gcj, and mu= ch, much faster. > The maximum # I can reach is -Xmx2680M. Then your 32-bit Linux is allowing a process space of 3 GB. - 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