#!/bin/sh

MKGMAP_MEM=${MKGMAP_MEM:-8192M}

/usr/lib64/jvm/jre-1.8.0-openj9/bin/java -Xmx${MKGMAP_MEM} -jar /usr/share/java/splitter.jar "$@"
