File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ IF EXIST "%~dp0\jre\bin\java.exe" (
2424)
2525
2626set MEM = " -Xmx2g"
27+ set XSS = " -Xss64m"
2728set PATH = %~dp0 \natives\;%PATH%
28- " %JAVAEXE% " -splash:%~dp0 \imgs\splash_dbviewer.png %MEM% -Djava.util.logging.config.file=.\quiet-logging.properties -Djava.library.path=%~dp0 \natives\ -cp " .\libs\*" org.hortonmachine.database.DatabaseViewer %1
29+ " %JAVAEXE% " -splash:" %~dp0 \imgs\splash_dbviewer.png" %MEM% %XSS% -Djava.util.logging.config.file=.\quiet-logging.properties -Djava.library.path=" %~dp0 \natives" -cp " .\libs\*" org.hortonmachine.database.DatabaseViewer %1
2930
3031endlocal
Original file line number Diff line number Diff line change 1717 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1818 #
1919
20- MEM=" -Xmx4g"
20+ MEM=" -Xmx4g -Xss64m "
2121
2222DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
23- DIR=` dirname " $0 " `
2423
2524if [ -f " $DIR /jre/bin/java" ]; then
2625 JAVAEXE=$DIR /jre/bin/java
2726else
2827 JAVAEXE=java
2928fi
3029
31- " $JAVAEXE " -splash:$DIR /imgs/splash_dbviewer.png $MEM -Djava.util.logging.config.file=$DIR /quiet-logging.properties -Djava.library.path=$DIR /natives/ -cp " $DIR /libs/*" org.hortonmachine.database.DatabaseViewer $1
30+ " $JAVAEXE " -splash:" $DIR /imgs/splash_dbviewer.png" $MEM -Djava.util.logging.config.file=" $DIR /quiet-logging.properties" -Djava.library.path=" $DIR /natives/" -cp " $DIR /libs/*" org.hortonmachine.database.DatabaseViewer " $1 "
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ IF EXIST "%~dp0\jre\bin\java.exe" (
2424)
2525
2626set MEM = " -Xmx2g"
27- " %JAVAEXE% " -splash:%~dp0 \imgs\splash_geopaparazziviewer.png %MEM% -Djava.util.logging.config.file=.\quiet-logging.properties -Djava.library.path=.\natives\ -cp " .\libs\*" org.hortonmachine.geopaparazzi.GeopaparazziViewer
27+ set XSS = " -Xss64m"
28+ " %JAVAEXE% " -splash:" %~dp0 \imgs\splash_geopaparazziviewer.png" %MEM% %XSS% -Djava.util.logging.config.file=.\quiet-logging.properties -Djava.library.path=.\natives\ -cp " .\libs\*" org.hortonmachine.geopaparazzi.GeopaparazziViewer
2829
2930endlocal
Original file line number Diff line number Diff line change 1717 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1818 #
1919
20- MEM=" -Xmx2g"
20+ MEM=" -Xmx2g -Xss64m "
2121
2222DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
2323
24-
2524if [ -f " $DIR /jre/bin/java" ]; then
2625 JAVAEXE=$DIR /jre/bin/java
2726else
2827 JAVAEXE=java
2928fi
3029
31- " $JAVAEXE " -splash:$DIR /imgs/splash_geopaparazziviewer.png $MEM -Djava.library.path=$DIR /natives/ -cp " $DIR /libs/*" org.hortonmachine.geopaparazzi.GeopaparazziViewer
30+ " $JAVAEXE " -splash:" $DIR /imgs/splash_geopaparazziviewer.png" $MEM -Djava.library.path=" $DIR /natives/" -cp " $DIR /libs/*" org.hortonmachine.geopaparazzi.GeopaparazziViewer
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ IF [%1]==[] (
3030:startit
3131
3232set MEM = -Xmx2g
33+ set XSS = -Xss64m
3334set PATH = %~dp0 \natives\;%PATH%
34- %JAVAEXE% %SPLASH% %MEM% -Djava.util.logging.config.file=.\quiet-logging.properties -Djava.library.path=" %~dp0 \natives" -cp " %~dp0 \libs\*" org.hortonmachine.geoscript.GeoscriptConsole %1
35+ %JAVAEXE% %SPLASH% %MEM% %XSS% -Djava.util.logging.config.file=.\quiet-logging.properties -Djava.library.path=" %~dp0 \natives" -cp " %~dp0 \libs\*" org.hortonmachine.geoscript.GeoscriptConsole %1
3536
3637endlocal
Original file line number Diff line number Diff line change 1717 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1818 #
1919
20- MEM=" -Xmx4g"
20+ MEM=" -Xmx4g -Xss64m "
2121
2222DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
2323
2424SPLASH=" "
2525if [ -z " $1 " ]
26- then
27- SPLASH=-splash:$DIR /imgs/splash_geoscript.png
26+ then
27+ SPLASH=" -splash:$DIR /imgs/splash_geoscript.png"
2828fi
2929
3030if [ -f " $DIR /jre/bin/java" ]; then
3434fi
3535
3636
37- " $JAVAEXE " $SPLASH $MEM -Djava.util.logging.config.file=$DIR /quiet-logging.properties -cp " $DIR /libs/*" org.hortonmachine.geoscript.GeoscriptConsole $1
37+ " $JAVAEXE " ${ SPLASH: + " $SPLASH " } $MEM -Djava.util.logging.config.file=" $DIR /quiet-logging.properties" -cp " $DIR /libs/*" org.hortonmachine.geoscript.GeoscriptConsole " $1 "
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ IF EXIST "%~dp0\jre\bin\java.exe" (
2323)
2424
2525set MEM = " -Xmx256m"
26- " %JAVAEXE% " -splash:%~dp0 \imgs\splash_gforms.png %MEM% -Djava.util.logging.config.file=.\quiet-logging.properties -cp " .\libs\*" org.hortonmachine.gforms.FormBuilderController %1
26+ set XSS = " -Xss64m"
27+ " %JAVAEXE% " -splash:" %~dp0 \imgs\splash_gforms.png" %MEM% %XSS% -Djava.util.logging.config.file=.\quiet-logging.properties -cp " .\libs\*" org.hortonmachine.gforms.FormBuilderController %1
2728
2829endlocal
Original file line number Diff line number Diff line change 1616 # You should have received a copy of the GNU General Public License
1717 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1818 #
19- MEM=" -Xmx256m"
19+ MEM=" -Xmx256m -Xss64m "
2020
2121DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
22- DIR=` dirname " $0 " `
2322if [ -f " $DIR /jre/bin/java" ]; then
2423 JAVAEXE=$DIR /jre/bin/java
2524else
2625 JAVAEXE=java
2726fi
2827
2928
30- " $JAVAEXE " -splash:$DIR /imgs/splash_gforms.png $MEM -Djava.util.logging.config.file=$DIR /quiet-logging.properties -cp " $DIR /libs/*" org.hortonmachine.gforms.FormBuilderController $1
29+ " $JAVAEXE " -splash:" $DIR /imgs/splash_gforms.png" $MEM -Djava.util.logging.config.file=" $DIR /quiet-logging.properties" -cp " $DIR /libs/*" org.hortonmachine.gforms.FormBuilderController " $1 "
Original file line number Diff line number Diff line change 1717 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1818 #
1919
20- MEM=" -Xmx4g"
20+ MEM=" -Xmx4g -Xss64m "
2121
2222DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
2323
3131fi
3232
3333
34- " $JAVAEXE " $MEM -Djava.library.path=$DIR /natives/ -cp " $DIR /libs/*" org.hortonmachine.dbs.h2gis.H2GisServer $1 $2
34+ " $JAVAEXE " $MEM -Djava.library.path=" $DIR /natives/" -cp " $DIR /libs/*" org.hortonmachine.dbs.h2gis.H2GisServer " $1 " " $2 "
Original file line number Diff line number Diff line change 1717 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1818 #
1919
20- MEM=" -Xmx4g"
20+ MEM=" -Xmx4g -Xss64m "
2121
2222DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
2323
2929fi
3030
3131
32- " $JAVAEXE " $MEM -Djava.library.path=$DIR /natives/ -cp " $DIR /libs/*" org.h2.tools.Server -tcpShutdown tcp://localhost:$1
32+ " $JAVAEXE " $MEM -Djava.library.path=" $DIR /natives/" -cp " $DIR /libs/*" org.h2.tools.Server -tcpShutdown " tcp://localhost:$1 "
You can’t perform that action at this time.
0 commit comments