Skip to content

Commit

Permalink
increase max heap
Browse files Browse the repository at this point in the history
  • Loading branch information
cambecc committed Sep 16, 2014
1 parent 1f05d22 commit de8676f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/grib2json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#set -x
LIB_DIR=$(dirname "$0")/../lib
LAUNCH_JAR=$LIB_DIR/grib2json-*.jar
$JAVA_HOME/bin/java -Xmx256M -jar $LAUNCH_JAR $@
$JAVA_HOME/bin/java -Xmx512M -jar $LAUNCH_JAR $@
2 changes: 1 addition & 1 deletion src/bin/grib2json.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
set LIB_DIR="%~dp0..\lib"
for /f "delims=X" %%i in ('dir /b %LIB_DIR%\grib2json-*.jar') do set LAUNCH_JAR=%LIB_DIR%\%%i
"%JAVA_HOME%\bin\java.exe" -Xmx256M -jar %LAUNCH_JAR% %*
"%JAVA_HOME%\bin\java.exe" -Xmx512M -jar %LAUNCH_JAR% %*

0 comments on commit de8676f

Please sign in to comment.