From cf3e3699c91eb3aa3ea8b40ad605d1cb8cea8ed3 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 2 Mar 2010 11:40:37 +0000 Subject: [PATCH] Centralise the setting of maximum heap size for Java invocations, and increase from 512m to 640m to handle the latest OOM condition. Interestingly, this was in embedded certificate extraction, which I would have thought had pretty low memory requirements. Replacing that particular transform with a custom application might therefore be a good idea in the long run. --- build.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 5090f0f5..0f141118 100644 --- a/build.xml +++ b/build.xml @@ -169,6 +169,15 @@ + + +