Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 18367 invoked from network); 25 Jul 2003 13:42:00 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Jul 2003 13:42:00 -0000 Received: (qmail 23234 invoked by uid 97); 25 Jul 2003 13:44:34 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 23227 invoked from network); 25 Jul 2003 13:44:33 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Jul 2003 13:44:33 -0000 Received: (qmail 16902 invoked by uid 500); 25 Jul 2003 13:41:43 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 16888 invoked from network); 25 Jul 2003 13:41:43 -0000 Received: from rip.hugsmidjan.is (HELO rup.hugsmidjan.is) (213.213.133.178) by daedalus.apache.org with SMTP; 25 Jul 2003 13:41:43 -0000 content-class: urn:content-classes:message Subject: Memory problems MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 25 Jul 2003 13:35:38 -0000 Message-ID: <88500E0F870AA542B6340D8BC05A9E1B1C697D@rup.hugsmidjan.is> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Memory problems Thread-Index: AcNSsaIutADv9fELRhq4d2CiWw/Rdw== From: =?iso-8859-1?Q?Reynir_H=FCbner?= To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi,=20 I have a server that I am trying to deploy 36 webapplications to.=20 The server is running redhat linux, with 2.5 gig ram and 4 XEON CPUs.=20 On start up it runs about 30 applications and at that time tomcat = failes, with java.lang.OutOfMemoryException.=20 The top function shows many (192) java processes taking about 500 mb of = memory, but I have -Xmx1500m and -Xms1g in JAVA_OPTS, so obviously the = server is not out of memory.=20 I don't know what is happening, as I have several servers running = similar amount of webapps on windows, with out problems.=20 Other things that run in this server are postgresql and apache (and = really nothing else), so nothing is taking up the rest of the memory.=20 We even tried to write a small java program that takes up memory in a = loop, that worked fine, and could take up to 1500mb and then run out of = memory.=20 Am I looking at some kind of a limitation on tomcat (no more than = specific amount of applications) or java (no more threads than some = specific amount) ? Please reply,=20 -reynir --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org