Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 11812 invoked from network); 27 Jan 2004 15:53:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Jan 2004 15:53:22 -0000 Received: (qmail 24102 invoked by uid 500); 27 Jan 2004 11:29:45 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 23914 invoked by uid 500); 27 Jan 2004 11:29:44 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 23890 invoked from network); 27 Jan 2004 11:29:43 -0000 Received: from unknown (HELO mout.perfora.net) (217.160.230.41) by daedalus.apache.org with SMTP; 27 Jan 2004 11:29:43 -0000 Received: from [217.160.230.51] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1AlRPQ-0000sx-00 for dev@cocoon.apache.org; Tue, 27 Jan 2004 06:29:32 -0500 Received: from [208.185.179.12] (helo=reverycodes.com) by smtp.perfora.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1AlRPQ-0002qr-00 for dev@cocoon.apache.org; Tue, 27 Jan 2004 06:29:32 -0500 Message-ID: <40164B58.3020901@reverycodes.com> Date: Tue, 27 Jan 2004 06:28:24 -0500 From: Vadim Gritsenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: AW: Cocoon performance results References: <95388DA5BD94D411B1E50002A528A91E02788F9E@pisces-exch.de.eu.corp.vizzavi.net> In-Reply-To: <95388DA5BD94D411B1E50002A528A91E02788F9E@pisces-exch.de.eu.corp.vizzavi.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Rottmann, Lars wrote: >Hi Vadim, > >sorry, I don't see it. Where is the problem if I set the JVM memory to 2536M >= 2,536,000,000 and heapsize and freememory to 80,000,000 and 20,000,000? >Can you give me a hint? > > http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf?rev=1.36&view=auto It advises to have heapsize set to the -Xmx value. In your particular situation (-Xms has same vaue as -Xmx) it might not cause any problem, but I it is not generally advised to have conflicting values. Actually, it is more hazardous to specify heapsize which is just one byte more than really possible heapsize - this could turn off janitor. Vadim >Lars > > >-----Urspr�ngliche Nachricht----- >Von: Vadim Gritsenko [mailto:vadim@reverycodes.com] > >You know that you've got conflicting settings, right? > > From the page: > -Xms2536M -Xmx2536M > store-janitor's /heapsize/ set to 80,000,000, /freememory/ set to >20,000,000 (cocoon.xconf) > > >Vadim > >