Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 83502 invoked from network); 27 Jun 2000 21:31:38 -0000 Received: from benjamin.webslingerz.com (HELO localhost.localdomain) (206.66.49.217) by locus.apache.org with SMTP; 27 Jun 2000 21:31:38 -0000 Received: from localhost (balld@localhost) by localhost.localdomain (8.9.3/8.9.3) with ESMTP id QAA10776 for ; Tue, 27 Jun 2000 16:22:05 -0400 X-Authentication-Warning: localhost.localdomain: balld owned process doing -bs Date: Tue, 27 Jun 2000 16:22:05 -0400 (EDT) From: Donald Ball X-Sender: balld@localhost.localdomain To: Cocoon Users List Subject: Re: Changing Cocoon memory requirements (was: Re: Stack overflow) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Tue, 27 Jun 2000, Carlos Araya wrote: > Donald: > > One thing I forgot to ask before. Where sholuld I change the memory > reuirements for cocoon. I tried adjusting store.freememory in > cocoon.properties but that has not changed thing, they just take longer > now. > > Anything else I should change? Where should I change it? in your servlet engine. for jserv, you edit jserv.properties and add command line parameters. mine reads: wrapper.bin.parameters=-Xs64m -Xx96m but you may want (or need) different parameters... - donald