Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FD7EDAA5 for ; Tue, 19 Jun 2012 19:15:29 +0000 (UTC) Received: (qmail 55357 invoked by uid 500); 19 Jun 2012 19:09:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 39586 invoked by uid 500); 19 Jun 2012 19:08:25 -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 36606 invoked by uid 99); 19 Jun 2012 17:48:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 17:48:24 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [217.146.183.244] (HELO nm11-vm0.bullet.mail.ukl.yahoo.com) (217.146.183.244) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 19 Jun 2012 17:48:16 +0000 Received: from [217.146.183.216] by nm11.bullet.mail.ukl.yahoo.com with NNFMP; 19 Jun 2012 17:47:55 -0000 Received: from [217.146.182.184] by tm9.bullet.mail.ukl.yahoo.com with NNFMP; 19 Jun 2012 17:47:55 -0000 Received: from [127.0.0.1] by smtp107.mail.ukl.yahoo.com with NNFMP; 19 Jun 2012 17:47:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1340128075; bh=0FGwAF+hMN3uoTwcIn2WVD8MdLh1MU3zbJyBYdrsZ/Q=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-Antivirus:X-Antivirus-Status; b=S3rh/VM0qhej5+V1J0C18qlxrXEBF/TWmF7l1eWv1wfNqqq2OUEjn7PW4O5K1vxr2auvCh2T6/QKTJnWuBEdJo5m2n5DZdu7HrNsxZaoZUKpqtv0gZkxp4uYvTLOCJmY3uxzZi95rnsegW8im9R0ifUKABX++minaVnv0cUZETw= X-Yahoo-Newman-Id: 15262.76656.bm@smtp107.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: rtr.U_wVM1komkCXkdxhHr95Lax2vnVvf9.LDUfQbHhT4Nw ccBPAinTyISEZ53ekDu0zS4LI3Hp7dASExTDUv8UdhqztfmEgk3Y.Y0RPtK5 szybXhOnB88297HtaIQBrZU9gY8s.xTG4QXSIjsS_gm70SLD3gZ6cuZQqmpC KrRjMjg0KEgfXU0lY07xsEYuBd5hdWQ7B4iI4HrIOmGWFIPwx0fdnViIkcn. EKlwJgwygX..jdbvkvqWf9dWdGHp70tv6_WKpUDSNTiGz46aljXbbAv1ZQ34 CW50DGSb3UwOFFt5U25oZ1W9JqkqYjbwLDNgimbTe38DCeyI2FIeNlCQfddL gKcTtZeEIM3DvnoU7cg1JARtcClC6MUmckRpR2poANkhVr.pl84DzSsRvip. 5iGbP_0.d X-Yahoo-SMTP: 4morDKeswBDE3lIuzd.cm_qbJNxlcsznEWqdK4MN Received: from [127.0.0.1] (miguel_3_gonzalez@85.49.219.138 with plain) by smtp107.mail.ukl.yahoo.com with SMTP; 19 Jun 2012 10:47:54 -0700 PDT Message-ID: <4FE0BB4D.9030500@yahoo.es> Date: Tue, 19 Jun 2012 19:47:57 +0200 From: =?UTF-8?B?TWlndWVsIEdvbnrDoWxleiBDYXN0YcOxb3M=?= User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: heap memory issues References: <4FDFAD06.40505@yahoo.es> <4FDFFA67.4090503@tmbsw.com> In-Reply-To: <4FDFFA67.4090503@tmbsw.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 120619-0, 19/06/2012), Outbound message X-Antivirus-Status: Clean On 19/06/2012 06:04, Terence M. Bandoian wrote: > On 1:59 PM, Miguel González Castaños wrote: >> I know, but how do I know how much ram to assign in a 64 bits jdk? We >> are planning to move to a bigger server (hopefully 16 or 32 gb). >> >> Miguel > > 16 or 32 GB? Is this a medical image processing system? A control > system for a space flight? Sorry for the sarcasm but that just seems > like an enormous amount of memory. It depends on how many concurrent users you have. If you have plans of having more than 1000 people accessing at the same time your server you have to be ready and I'm not talking about short sessions, but long sessions and intense database access. Anyway, before we move to a bigger server, we need to get a stable webapp and check which load can handle the current server. Miguel --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org