From b1d474193d13732cdfe8906c3d8a8f6a5c3d6e42 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Wed, 14 Jan 2009 16:29:33 +0000 Subject: [PATCH] Split the compile and test-compile macros. Added a pre-compile macro. --- build.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/build.properties b/build.properties index b0a9e17c960..e3be014def4 100644 --- a/build.properties +++ b/build.properties @@ -7,6 +7,7 @@ ivy.cache.dir=${basedir}/../ivy-cache integration.repo.dir=${basedir}/../integration-repo javadoc.exclude.package.names=org/springframework/samples/** javadoc.max.memory=256M +test.vm.args=-XX:MaxPermSize=128M # For when releasing #release.type=release