If I am running a fresh bare-bone installation of the Linux OS and OM with 2GB of RAM and 2GB of SWAP File on the on the OS, what would be the recommendation for red5-highperf.sh setting? The default s below.
=================================================== #!/bin/bash if [ -z "$RED5_HOME" ]; then export RED5_HOME=.; fi # Previous option set export JAVA_OPTS="-Xrs -Xms512M -Xmx1024M -Xss128K -XX:NewSize=256m -XX:SurvivorRatio=16 -XX:MinHeapFreeRatio=20 -XX:+ExplicitGCInvokesConcurrent -Djava.net.preferIPv4Stack=true -Xverify:none" # start Red5 echo "Setting Hi Performance Options" exec $RED5_HOME/red5.sh >> $RED5_HOME/log/jvm.stdout 2>&1 & ==================================================== Any input would be appreciated -- jt
