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:08 UTC

[26/44] git commit: [flex-tlf] [refs/heads/tables] - Try to fix build - higher values for MaxPermSize=768

Try to fix build - higher values for MaxPermSize=768


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

Branch: refs/heads/tables
Commit: af7ec2f9cb215be99ee148d19b88afb1476bc5a7
Parents: 1ba820c
Author: piotrz <pi...@gmail.com>
Authored: Tue Oct 21 07:59:23 2014 +0200
Committer: piotrz <pi...@gmail.com>
Committed: Tue Oct 21 07:59:23 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/af7ec2f9/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index 9f348fa..a644f8f 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 -ea -Dapple.awt.UIElement=true
+jvm.args = ${local.d32} -Xms64m -Xmx384m -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