Sha256: 9946bb8a93c2ad09b268c69860843318ff95b3b635e3f91750b59fb51cefd15e
Contents?: true
Size: 469 Bytes
Versions: 5
Compression:
Stored size: 469 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/Jetty/*:extensions/__lib__/*" ${JAVA_CMD} -cp ${CPATH} -Dfile.encoding=UTF-8 com.smartfoxserver.v2.Main $1 $2
Version data entries
5 entries across 5 versions & 1 rubygems