From cf0116c5cae8aad61af38ce2d402eff21877710a Mon Sep 17 00:00:00 2001 From: Edison Su Date: Fri, 6 Jan 2012 11:18:39 -0800 Subject: [PATCH] "ant debug", java heap size is configurable --- build/developer.xml | 8 ++++---- build/replace.properties | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build/developer.xml b/build/developer.xml index 68918ce1f9e..6e516d23db2 100755 --- a/build/developer.xml +++ b/build/developer.xml @@ -103,8 +103,8 @@ - - + + @@ -119,8 +119,8 @@ - - + + diff --git a/build/replace.properties b/build/replace.properties index 47724fd9e22..30c675a8600 100644 --- a/build/replace.properties +++ b/build/replace.properties @@ -7,3 +7,5 @@ AGENTLOGDIR=logs AGENTLOG=logs/agent.log MSMNTDIR=/mnt COMPONENTS-SPEC=components-premium.xml +JAVAHEAPMEMMIN=256M +JAVAHEAPMEMMAX=384M