You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/12/01 18:03:26 UTC

svn commit: r722131 - /velocity/engine/trunk/README.txt

Author: nbubna
Date: Mon Dec  1 09:03:26 2008
New Revision: 722131

URL: http://svn.apache.org/viewvc?rev=722131&view=rev
Log:
add note about 'mvn site' memory requirements

Modified:
    velocity/engine/trunk/README.txt

Modified: velocity/engine/trunk/README.txt
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/README.txt?rev=722131&r1=722130&r2=722131&view=diff
==============================================================================
--- velocity/engine/trunk/README.txt (original)
+++ velocity/engine/trunk/README.txt Mon Dec  1 09:03:26 2008
@@ -135,6 +135,17 @@
 velocity-dep-<version>.jar
 
 
+KNOWN ISSUES AND LIMITATIONS
+----------------------------
+
+When running findbugs on a project, the default heap size might not
+be enough to complete the build. For now there is no way to fork
+findbugs and run with its own memory requirements, but the following
+system variable will allow you to do so when running it via Maven:
+
+export MAVEN_OPTS=-Xmx384M
+
+
 TRYING THE EXAMPLES
 -------------------