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

[29/44] git commit: [flex-tlf] [refs/heads/tables] - another attempt to fix flex-tlf

another attempt to fix flex-tlf


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

Branch: refs/heads/tables
Commit: b9cecc6311543aeb3843daca884372390be47cc1
Parents: 2007b42
Author: Alex Harui <ah...@apache.org>
Authored: Mon Oct 20 12:00:03 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Oct 21 10:53:08 2014 -0700

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


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