diff --git a/refine.bat b/refine.bat index f9f468077..629205c18 100644 --- a/refine.bat +++ b/refine.bat @@ -23,25 +23,25 @@ goto endUtils echo Usage %0 [options] ^ echo where [options] include: echo. -echo /? print this message and exit +echo "/?" print this message and exit echo. -echo /p the port that OpenRefine will listen to +echo "/p " the port that OpenRefine will listen to echo default: 3333 echo. -echo /i the host interface OpenRefine should bind to +echo "/i " the host interface OpenRefine should bind to echo default: 127.0.0.1 echo. -echo /w path to the webapp +echo "/w " path to the webapp echo default src\main\webapp echo. -echo /d enable JVM debugging (on port 8000) +echo "/d" enable JVM debugging (on port 8000) echo. -echo /m max memory heap size to use +echo "/m " max memory heap size to use echo default: 1024M echo. -echo /x enable JMX monitoring (for jconsole and friends) +echo "/x" enable JMX monitoring (for jconsole and friends) echo. -echo and is one of +echo "and is one of echo. echo build ..................... Build OpenRefine echo run ....................... Run OpenRefine diff --git a/refine.ini b/refine.ini index 3e4c29566..1ecd3e606 100644 --- a/refine.ini +++ b/refine.ini @@ -5,7 +5,7 @@ no_proxy="localhost,127.0.0.1" #REFINE_PORT=3334 #REFINE_HOST=127.0.0.1 #REFINE_WEBAPP=main\webapp -#REFINE_MEMORY=1024M +REFINE_MEMORY=3000M # Some sample configurations. These have no defaults. #ANT_HOME=C:\grefine\tools\apache-ant-1.8.1