]> jfr.im git - irc/rizon/acid.git/blob - run.sh
Catch timeout exceptions and decrease the default timeout value
[irc/rizon/acid.git] / run.sh
1 #!/bin/bash
2
3 JAR=acid/target/acid-acid-4.0-SNAPSHOT-jar-with-dependencies.jar
4 # TODO: LD_PRELOAD configurable here?
5 java -XX:+HeapDumpOnOutOfMemoryError -Xms64m -Xmx256m -jar $JAR >geoserv.log 2>&1 &
6 echo "Acidictive started"
7