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