You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2014/11/03 21:51:09 UTC

[27/44] git commit: [flex-tlf] [refs/heads/tables] - Try to fix build increase -Xmx512m

Try to fix build increase -Xmx512m


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

Branch: refs/heads/tables
Commit: 4abd0a6f449c513b2a3bef4c97e2878bf167e6b0
Parents: af7ec2f
Author: Piotr Zarzycki <pi...@grapeup.com>
Authored: Tue Oct 21 09:50:34 2014 +0200
Committer: Piotr Zarzycki <pi...@grapeup.com>
Committed: Tue Oct 21 09:50:34 2014 +0200

----------------------------------------------------------------------
 build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/4abd0a6f/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index a644f8f..65b4e52 100644
--- a/build.properties
+++ b/build.properties
@@ -27,7 +27,7 @@ src.depend = true
 src.debug = on
 
 # JVM options for <compc> and <mxmlc> tasks
-jvm.args = ${local.d32} -Xms64m -Xmx384m -XX:MaxPermSize=768m -ea -Dapple.awt.UIElement=true
+jvm.args = ${local.d32} -Xms64m -Xmx512m -XX:MaxPermSize=768m -ea -Dapple.awt.UIElement=true
     # -d32/-d64 for 32-bit/64-bit code model (or don't specify for the default)
 	# -Xms64m: start out with a 64 MB heap
 	# -Xmx512m: allow the heap to grow to 512 MB