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

[22/44] git commit: [flex-tlf] [refs/heads/tables] - try even more PermGen

try even more PermGen


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

Branch: refs/heads/tables
Commit: b61dda36c327849cad44009f30d901bf7061987c
Parents: 8983e24
Author: Alex Harui <ah...@apache.org>
Authored: Sun Oct 19 23:00:27 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Oct 19 23:00:27 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/b61dda36/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index c544d1f..9652e52 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=128m -ea -Dapple.awt.UIElement=true
+jvm.args = ${local.d32} -Xms64m -Xmx512m -XX:MaxPermSize=512m -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