From 7590e30454e3e6dc90d43340a69e4898be203331 Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Mon, 5 Apr 2010 21:09:34 +0000 Subject: [PATCH] revert back to 1Gb starting heap size (3Gb was too much) git-svn-id: http://google-refine.googlecode.com/svn/trunk@383 7d457c2a-affb-35e4-300a-418c747d4874 --- gridworks | 2 +- gridworks.bat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gridworks b/gridworks index 80153ce4c..cc5b3bcc0 100755 --- a/gridworks +++ b/gridworks @@ -464,7 +464,7 @@ fi add_option "$JAVA_OPTIONS" if [ "$GRIDWORKS_MEMORY" == "" ] ; then - GRIDWORKS_MEMORY="3072M" + GRIDWORKS_MEMORY="1024M" fi add_option "-Xms256M -Xmx$GRIDWORKS_MEMORY" diff --git a/gridworks.bat b/gridworks.bat index 9b0a9f44e..36075496f 100644 --- a/gridworks.bat +++ b/gridworks.bat @@ -125,7 +125,7 @@ set JAVA_OPTIONS= set OPTS=%OPTS% %JAVA_OPTIONS% if not "%GRIDWORKS_MEMORY%" == "" goto gotMemory -set GRIDWORKS_MEMORY=3072M +set GRIDWORKS_MEMORY=1024M :gotMemory set OPTS=%OPTS% -Xms256M -Xmx%GRIDWORKS_MEMORY% @@ -170,7 +170,7 @@ goto end if not "%ANT_HOME%" == "" goto gotAntHome echo You must have Apache Ant installed and the ANT_HOME environment variable to point to it echo. -echo You can find a copy of ant in the "\thirdparty" folder or download it from +echo You can download it from echo. echo http://ant.apache.org/ echo.