Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 19352 invoked from network); 9 Feb 2011 12:26:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2011 12:26:01 -0000 Received: (qmail 52555 invoked by uid 500); 9 Feb 2011 12:25:57 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 52239 invoked by uid 500); 9 Feb 2011 12:25:54 -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 52229 invoked by uid 99); 9 Feb 2011 12:25:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 12:25:53 +0000 X-ASF-Spam-Status: No, hits=3.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of peter.crowther3@googlemail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 12:25:47 +0000 Received: by wyg36 with SMTP id 36so108417wyg.18 for ; Wed, 09 Feb 2011 04:25:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=YvK6/DkIQHXLeViy1kfbnluMAo3E388lpFOq2NxdA8A=; b=PIIiOaQ4qBtj+IAKh1BEcMJE2kF7Kgfy4gprHBV/RmhJqJxWv0w1ZSEV+f897Ky8vU /zxBeJ0VgnUxf7RD3pOeWdVsyVEAgqoezWJYnSmZuse3Q+0LNxC9DbivuGXuSc32i5rL rLzjKELFtXvrQacLl74KY/pmpC2nuPcnTBPC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=SxDHEMJi4LiY0E9ChvF7rgPDVudqk5RqTUkyUZ6onBDZFfghXJJle/K4lHa6HtNNG5 gqj2oJ5VYTklkLKDzuG+ail4UQMTC6Mx641OdXvd53fn/lGc5IexA2yTQdPY6owM8B9N TMPrv/ZHgBy/hX7HHLBHEvp9Me5UHAQ+NoUvY= MIME-Version: 1.0 Received: by 10.227.146.135 with SMTP id h7mr6044517wbv.111.1297254326664; Wed, 09 Feb 2011 04:25:26 -0800 (PST) Sender: peter.crowther3@googlemail.com Received: by 10.216.245.76 with HTTP; Wed, 9 Feb 2011 04:25:26 -0800 (PST) In-Reply-To: <99C8B2929B39C24493377AC7A121E21F9A47D80153@USEA-EXCH8.na.uis.unisys.com> References: <511647.996.qm@web95619.mail.in.yahoo.com> <810553.6016.qm@web95610.mail.in.yahoo.com> <199048.68722.qm@web95610.mail.in.yahoo.com> <654541.62685.qm@web95601.mail.in.yahoo.com> <4D513B94.9070903@ice-sa.com> <897804.37120.qm@web95604.mail.in.yahoo.com> <4D5154AB.9030103@ice-sa.com> <950508.68636.qm@web95617.mail.in.yahoo.com> <768FEA3F936926468F594E3CA7741FE802B0DACC@ipa-vault.nvipa.com> <4D5171CD.1010304@verizon.net> <99C8B2929B39C24493377AC7A121E21F9A47D80153@USEA-EXCH8.na.uis.unisys.com> Date: Wed, 9 Feb 2011 12:25:26 +0000 X-Google-Sender-Auth: BlnvujZ9vC1ZH6QMvoJxTGIC2hc Message-ID: Subject: Re: Is IBM Right About Java? From: Peter Crowther To: Tomcat Users List Content-Type: multipart/alternative; boundary=001636459042530068049bd88faf X-Virus-Checked: Checked by ClamAV on apache.org --001636459042530068049bd88faf Content-Type: text/plain; charset=ISO-8859-1 On 9 February 2011 01:36, Caldarale, Charles R wrote: > The JVM always reserves the maximum heap size as virtual space, but does > not allocate more of the heap than the current limit; the limit will be > adjusted up or down within the -Xms : -Xmx range as load dictates. The > unused virtual space is not available for any other use. > > Chuck, d'you happen to know how the virtual space reservation impacts swap space requirements (if at all)? Although somewhat less unpleasant than buying RAM, 200 * 0.5Gbytes is still a lot of disk to allocate for swap if you expect it's never going to be used. I therefore assume there's not a direct mapping of reserved virtual space to reserved space in the swap file. - Peter --001636459042530068049bd88faf--