Skip to content

Commit

Permalink
remove version info
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Oct 4, 2020
1 parent 7a15ea6 commit 45f8155
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions start-h2o-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -e

d=`dirname $0`

if [[ "x${H2O_NAME}" = "x" ]] ; then
H2O_NAME=H2OServer
fi
Expand All @@ -17,12 +15,5 @@ if [[ "x${H2O_MAX_HEAP}" = "x" ]] ; then
H2O_MAX_HEAP=${xmxMb}m
fi

# First try running java.

java -version

# Check that we can at least run H2O with the given java.
java -jar ${H2O_HOME}/h2o.jar -version

# Start H2O
java ${H2O_JVM_OPTIONS} -Xmx${H2O_MAX_HEAP} -jar ${H2O_HOME}/h2o.jar -name ${H2O_NAME} -flatfile flatfile.txt -port 54321 ${H2O_OPTIONS}

0 comments on commit 45f8155

Please sign in to comment.