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/10/21 10:48:54 UTC

git commit: [flex-tlf] [refs/heads/develop] - Try to fix build with really high values -Xmx1024m -XX:MaxPermSize=1024m

Repository: flex-tlf
Updated Branches:
  refs/heads/develop 4abd0a6f4 -> 2007b425a


Try to fix build with really high values -Xmx1024m -XX:MaxPermSize=1024m


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

Branch: refs/heads/develop
Commit: 2007b425a8a58d527bfba53f399c3a406533e0c0
Parents: 4abd0a6
Author: Piotr Zarzycki <pi...@grapeup.com>
Authored: Tue Oct 21 10:48:37 2014 +0200
Committer: Piotr Zarzycki <pi...@grapeup.com>
Committed: Tue Oct 21 10:48:37 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/2007b425/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 65b4e52..9fc0620 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 -Xmx512m -XX:MaxPermSize=768m -ea -Dapple.awt.UIElement=true
+jvm.args = ${local.d32} -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -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