Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 6022 invoked from network); 20 Sep 2003 06:00:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Sep 2003 06:00:38 -0000 Received: (qmail 87257 invoked by uid 500); 20 Sep 2003 06:00:16 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 87225 invoked by uid 500); 20 Sep 2003 06:00:16 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 87211 invoked from network); 20 Sep 2003 06:00:16 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 20 Sep 2003 06:00:16 -0000 Received: (qmail 6001 invoked by uid 1389); 20 Sep 2003 06:00:37 -0000 Date: 20 Sep 2003 06:00:37 -0000 Message-ID: <20030920060037.6000.qmail@minotaur.apache.org> From: crossley@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/documentation/content/xdocs faq.xml 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 crossley 2003/09/19 23:00:37 Modified: src/documentation/content/xdocs faq.xml Log: Add entry about Java maxmemory. Suggested by: Dave Brondsema Revision Changes Path 1.49 +14 -0 xml-forrest/src/documentation/content/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/faq.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- faq.xml 19 Sep 2003 03:38:45 -0000 1.48 +++ faq.xml 20 Sep 2003 06:00:37 -0000 1.49 @@ -40,6 +40,20 @@

+ + + + How can i specify the amount of memory to be used by Java? + + +

+ Set the maxmemory property in the + forrest.properties file. Like many other properties + you can copy them from the default configuration at + src/resources/fresh-site/forrest.properties +

+
+