Skip to content

Instantly share code, notes, and snippets.

@nkpart
Created July 24, 2008 01:43
Show Gist options
  • Save nkpart/1992 to your computer and use it in GitHub Desktop.
Save nkpart/1992 to your computer and use it in GitHub Desktop.
#! /bin/sh
BASEDIR=`dirname $0`
JAVA_OPTS="-Xmx2048m -Xms2048m -Xmn512m -server"
MAIN="start"
CP=$BASEDIR/../lib/jruby.jar:$BASEDIR/../lib/jgrapht-jdk1.5.jar:$BASEDIR/../lib/ped-assign.jar
java -cp $CP $JAVA_OPTS $MAIN $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment