#!/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 /Users/sballar/work/RSTT/SLBM_Root.3.0.0/install/SLBM_Root.3.0.0.MacOSX/bin/slbmtest.jar $*
