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:
parent
2efbf0031f
commit
7590e30454
@ -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"
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user