From f1bd19f2f3285b5e56acaa346688520d42f0462f Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Fri, 31 Oct 2008 09:39:17 +0000 Subject: [PATCH] Added max memory for javadoc vm --- build.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/build.properties b/build.properties index 03a453308b..b0a9e17c96 100644 --- a/build.properties +++ b/build.properties @@ -6,6 +6,7 @@ project.key=SPR ivy.cache.dir=${basedir}/../ivy-cache integration.repo.dir=${basedir}/../integration-repo javadoc.exclude.package.names=org/springframework/samples/** +javadoc.max.memory=256M # For when releasing #release.type=release