Repository: incubator-groovy Updated Branches: refs/heads/master d96022299 -> 0e7f67b87
Increased the maxPermGen of the tests because the tests of the quality build on the buildserver fail with "OutOfMemoryError: PermGen space". Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/1e08121e Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/1e08121e Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/1e08121e Branch: refs/heads/master Commit: 1e08121e643a9675d3cbc9934f55fcd07d185779 Parents: d960222 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Fri Oct 16 08:20:03 2015 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Fri Oct 16 08:20:03 2015 +0200 ---------------------------------------------------------------------- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/1e08121e/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 931214f..3f96e55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ groovyBundleVersion = 2.5.0.SNAPSHOT groovyJUnit_ms = 256m groovyJUnit_mx = 512m groovyJUnit_permSize = 64m -groovyJUnit_maxPermSize=184m +groovyJUnit_maxPermSize = 192m javacMain_mx = 384m groovycMain_mx = 384m