You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/02/28 10:48:33 UTC

[36/50] git commit: [flex-falcon] [refs/heads/maven] - set maxmemory so javadoc doesn't run out of memory on windows

set maxmemory so javadoc doesn't run out of memory on windows


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/cffc25dc
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/cffc25dc
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/cffc25dc

Branch: refs/heads/maven
Commit: cffc25dcfc7e4ce27175aa48692d5cb693a4d28a
Parents: c0c0164
Author: Alex Harui <ah...@apache.org>
Authored: Fri Jan 10 01:12:25 2014 +0000
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jan 10 01:12:25 2014 +0000

----------------------------------------------------------------------
 compiler/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/cffc25dc/compiler/build.xml
----------------------------------------------------------------------
diff --git a/compiler/build.xml b/compiler/build.xml
index 92e701d..ea33477 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -514,7 +514,7 @@
 
     <target name="javadoc" depends="eclipse, set.javadoc.zip.uptodate" unless="javadoc.zip.uptodate"
     	    description="Builds Javadoc">
-        <javadoc destdir="${compiler}/generated/javadoc" useexternalfile="yes" overview="${compiler}/src/overview.html" failonerror="true">
+        <javadoc destdir="${compiler}/generated/javadoc" useexternalfile="yes" overview="${compiler}/src/overview.html" failonerror="true" maxmemory="512m">
             <sourcefiles>
                 <fileset dir="${compiler}/src" includes="**/*.java"/>
                 <fileset dir="${compiler}/generated/src" includes="**/*.java"/>