Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 66987 invoked from network); 19 Aug 2009 10:05:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 10:05:55 -0000 Received: (qmail 2914 invoked by uid 500); 19 Aug 2009 10:06:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 2789 invoked by uid 500); 19 Aug 2009 10:06: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 2582 invoked by uid 99); 19 Aug 2009 10:06:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 10:06:05 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daniele.dml@googlemail.com designates 209.85.218.208 as permitted sender) Received: from [209.85.218.208] (HELO mail-bw0-f208.google.com) (209.85.218.208) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 10:05:34 +0000 Received: by bwz4 with SMTP id 4so3663337bwz.0 for ; Wed, 19 Aug 2009 03:05:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Ga7CKtjmtj73Kvdx5tn4ronsrb1RUHM19ALBuXUKp6c=; b=UPtt2KY1VaNybXR9Ly9296QDDxyLLuE2tNNiAyIdmAa7LMx1e6uBYvD8eoTLQpBKpJ rO+7hI0ssFMyUY7Rhpj1ayr7i+C9E4P+jEF+az92dQKWzkK7oyyNimNJSqX2/zW9EtV5 HODlxwwbQUmkbdnMfXq4OCmmPj/U7KUBl/azk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=paG+PYt6BUhZIyIh73G/uJOc96U4tekq3L4Ah0v6u5NESjZNftoWJNhvunJZ9U/pLh lxt8vj0grDD7T9MlRbg2jmiZ6Le962mZpniA7kCG4UUkftlv7qhHJpaVinLucox2ckmc 3Q7lERvQvb0F2pVMlSUiFg3BzkG8ZnpDTYWnM= MIME-Version: 1.0 Received: by 10.204.153.24 with SMTP id i24mr4817776bkw.114.1250676313658; Wed, 19 Aug 2009 03:05:13 -0700 (PDT) In-Reply-To: <4A8B2FD7.10803@ice-sa.com> References: <190e13280908181148q1f663459vaa4c16ca1853361e@mail.gmail.com> <4A8B2FD7.10803@ice-sa.com> Date: Wed, 19 Aug 2009 11:05:13 +0100 Message-ID: <190e13280908190305w3d7ac5c0yde83fdb264da2a37@mail.gmail.com> Subject: Re: Increasing Heap Size and Max Perm Size From: Daniele Development-ML To: Tomcat Users List , aw@ice-sa.com Content-Type: multipart/alternative; boundary=0015175dd9ce6795f104717bc521 X-Virus-Checked: Checked by ClamAV on apache.org --0015175dd9ce6795f104717bc521 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The JVM actually recognises that the value being set/asked for is 100 as when I shut it down, I get a message saying that a JVM with the specified 100m of memory cannot be created. On Tue, Aug 18, 2009 at 11:48 PM, Andr=E9 Warnier wrote: > Daniele Development-ML wrote: > >> Hi all, >> >> I'm trying to increase the sizes of the heap and of the max perm by >> passing >> the options with the values (in catalina.sh) >> >> JAVA_OPTS=3D"$JAVA_OPTS -Xmx=3D100m -XX:MaxPermSize=3D350m >> -Dfile.encoding=3DUTF-8" >> >> Try without the "=3D" signs ? -Xmx100m > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --0015175dd9ce6795f104717bc521--