Author: thorsten
Date: Fri Feb 1 02:46:05 2008
New Revision: 617459
URL: http://svn.apache.org/viewvc?rev=617459&view=rev
Log:
Work around for FOR-1066. Raising memory.
Modified:
forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties
Modified: forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties?rev=617459&r1=617458&r2=617459&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties
(original)
+++ forrest/trunk/main/fresh-site/forrest.properties.dispatcher.properties Fri
Feb 1 02:46:05 2008
@@ -23,3 +23,9 @@
# defined in this file.
#
project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
+
+# Work around for FOR-1066
+# Dispatcher started failing on seed sample site
+# recently with out-of-memory error
+forrest.maxmemory=512M
+forrest.jvmargs=-Xms256M -Xmx512M -Djava.awt.headless=true