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 6FEA39203 for ; Wed, 25 Jan 2012 12:53:09 +0000 (UTC) Received: (qmail 42641 invoked by uid 500); 25 Jan 2012 12:53:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 42591 invoked by uid 500); 25 Jan 2012 12:53:05 -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 42582 invoked by uid 99); 25 Jan 2012 12:53:05 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 12:53:05 +0000 Received: from localhost (HELO [192.168.23.9]) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 12:53:04 +0000 Message-ID: <4F1FFB2F.6020402@apache.org> Date: Wed, 25 Jan 2012 12:53:03 +0000 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat memory requirements References: In-Reply-To: X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit On 25/01/2012 11:45, Celso Magalh�es Dantas Neto wrote: > Hey everyone! > > Does anyone knows where I can find any information about Tomcat memory > requirements? Tomcat needs less than 20MB to start up. Everything after that depends on the application and the load level. > Here's the problem: I got a client who's running a Tomcat process in his > machine and it is taking around 150MB of RAM and he is complaining about > it. It's a webapp and for me it's normal to a webapp to take that amount of > memory, but I want to argue with him with some data. I have seen Tomcat running on JVMs with memory settings ranging from 32MB to 8GB. 150MB isn't unreasonable at first glance but it all depends on the app. > So I'm looking for some Tomcat memory requirements info, even if it's a > memory requirements to run Tomcat only, with no deployed webapp. It will > help me to argue with him. See above. The Tomcat only figure is less than 20MB. You'll need to use a profiler to determine where the memory is actually used. Also note that there is a low memory usage/ low GC pause / high throughput trade-off. Very simply you can pick any two at the expense of the third. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org