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