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/20 21:14:17 UTC

git commit: [flex-tlf] [refs/heads/develop] - Back to the original values for jvm.args

Repository: flex-tlf
Updated Branches:
  refs/heads/develop 251c27a4a -> 1ba820c55


Back to the original values for jvm.args


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

Branch: refs/heads/develop
Commit: 1ba820c555fdfbec6df9eb9f973df3c7c7e95134
Parents: 251c27a
Author: piotrz <pi...@gmail.com>
Authored: Mon Oct 20 21:13:21 2014 +0200
Committer: piotrz <pi...@gmail.com>
Committed: Mon Oct 20 21:13:21 2014 +0200

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


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