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 <[email protected]> Authored: Sun Oct 19 23:00:27 2014 -0700 Committer: Alex Harui <[email protected]> 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
