You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/20 04:52:37 UTC

svn commit: r122803 - /lenya/docu/forrest.properties

Author: gregor
Date: Sun Dec 19 19:52:36 2004
New Revision: 122803

URL: http://svn.apache.org/viewcvs?view=rev&rev=122803
Log:
Increased default memory allocation for forrest to avoid out of memory exceptions.
Modified:
   lenya/docu/forrest.properties

Modified: lenya/docu/forrest.properties
Url: http://svn.apache.org/viewcvs/lenya/docu/forrest.properties?view=diff&rev=122803&p1=lenya/docu/forrest.properties&r1=122802&p2=lenya/docu/forrest.properties&r2=122803
==============================================================================
--- lenya/docu/forrest.properties	(original)
+++ lenya/docu/forrest.properties	Sun Dec 19 19:52:36 2004
@@ -1,4 +1,4 @@
-# Copyright 2002-2004 The Apache Software Foundation
+# Copyright 2002-2004 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -96,7 +96,7 @@
 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
 #project.debuglevel=ERROR
 # Max memory to allocate to Java
-#forrest.maxmemory=64m
+forrest.maxmemory=256m
 # Any other arguments to pass to the JVM. For example, to run on an X-less
 # server, set to -Djava.awt.headless=true
 #forrest.jvmargs=

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org