You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/03/27 02:25:34 UTC

svn commit: r641682 - /activemq/camel/trunk/pom.xml

Author: ningjiang
Date: Wed Mar 26 18:25:32 2008
New Revision: 641682

URL: http://svn.apache.org/viewvc?rev=641682&view=rev
Log:
CAMEL-397 Reduced the Java doc's max memory size to 500m 

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=641682&r1=641681&r2=641682&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Wed Mar 26 18:25:32 2008
@@ -977,7 +977,7 @@
           </links>
           <stylesheetfile>${basedir}/../../etc/css/stylesheet.css</stylesheetfile>
           <linksource>true</linksource>
-          <maxmemory>900m</maxmemory>
+          <maxmemory>500m</maxmemory>
           <source>1.5</source>
 
           <!-- TODO we can't aggregate as it won't find the CSS file :( -->