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/tables Commit: 1ba820c555fdfbec6df9eb9f973df3c7c7e95134 Parents: 251c27a Author: piotrz <[email protected]> Authored: Mon Oct 20 21:13:21 2014 +0200 Committer: piotrz <[email protected]> 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
