You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/05 22:59:32 UTC

git commit: [flex-sdk] [refs/heads/develop] - add more memory on Windows

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 852b59911 -> 11489c6e7


add more memory on Windows


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

Branch: refs/heads/develop
Commit: 11489c6e7aeb2af23275d0cf6655bbaab3a54af1
Parents: 852b599
Author: Alex Harui <ah...@apache.org>
Authored: Fri Jun 5 21:58:11 2015 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jun 5 21:58:11 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/11489c6e/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index 930abca..654926b 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -69,7 +69,7 @@
 
 	<target name="doc">
 
-	    <condition property="asdoc.jvm.args" value="-Xmx512m">
+	    <condition property="asdoc.jvm.args" value="-Xmx1024m">
 	        <os family="windows"/>
 	    </condition>