Sha256: dc7b13b01067981b04fb89862fb352a94103ba4c1a03ea9709b8b6ad3acd71bc
Contents?: true
Size: 482 Bytes
Versions: 9
Compression:
Stored size: 482 Bytes
Contents
# Use -Dlog4j.debug for Log4J startup debugging info # Use -Xms512M -Xmx512M to start with 512MB of heap memory. Set size according to your needs. # Use -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled for PermGen GC JRE_FOLDER="../jre/bin" JAVA_CMD="java" if [ -d "$JRE_FOLDER" ]; then JAVA_CMD="../jre/bin/java" fi CPATH="./:lib/*:lib/apache-tomcat/bin/*:extensions/__lib__/*" exec ${JAVA_CMD} -cp ${CPATH} -Dfile.encoding=UTF-8 com.smartfoxserver.v2.Main $1 $2
Version data entries
9 entries across 9 versions & 1 rubygems