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

[31/44] git commit: [flex-tlf] [refs/heads/tables] - revert these to see if they made a difference

revert these to see if they made a difference


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

Branch: refs/heads/tables
Commit: af6e63dff10c118b42c1ed7991717c1619d5ead1
Parents: 83490ed
Author: Alex Harui <ah...@apache.org>
Authored: Tue Oct 21 12:07:28 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Oct 21 12:07:28 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/af6e63df/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index a698964..1d9647b 100644
--- a/build.properties
+++ b/build.properties
@@ -29,7 +29,7 @@ src.debug = on
 forkValue = true
 
 # JVM options for <compc> and <mxmlc> tasks
-jvm.args = ${local.d32} -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -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