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
This commit is contained in:
Stefano Mazzocchi 2010-04-05 21:09:34 +00:00
parent 2efbf0031f
commit 7590e30454
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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.