#!/bin/bash
#
# The substring '-Xmx????m' in the following execution
# command specifies the amount of memory to make available
# to the application, in megabytes.
#
java -Xmx1400m -jar /nfs/thummper/devlpool/sballar/RSTT/SLBM_Root.3.0.4/install/SLBM_Root.3.0.4.SunOS/bin/slbmtest.jar $*
