You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Maxim Solodovnik <so...@gmail.com> on 2015/04/15 08:12:24 UTC

Re:

what is your OS?

have you checked $RED5_HOME/log/jvm.stdout log?

On Wed, Apr 15, 2015 at 5:50 AM, Mark Lin <ml...@gmail.com> wrote:

> Hello,
> trying to use -  red5-highperf.sh
> #!/bin/bash
>
> if [ -z "$RED5_HOME" ]; then export RED5_HOME=.; fi
>
> export JVM_OPTS="-Xmx1024m -Xms512m -Xss256k -XX:+AggressiveOpts
> -XX:+DisableExplicitGC -XX:ParallelGCThreads=4  -Xverify:none
> -XX:+TieredCompilation -XX:+UseBiasedLocking -XX:+UseStringCache
> -XX:+UseParNewGC -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90
> -XX:MaxTenuringThreshold=31 -Djava.net.preferIPv4Stack=true
> -XX:InitialCodeCacheSize=8m -XX:ReservedCodeCacheSize=32m
> -Dorg.terracotta.quartz.skipUpdateCheck=true"
>
> # start Red5
> echo "Setting Hi Performance Options"
> exec $RED5_HOME/red5.sh >> $RED5_HOME/log/jvm.stdout 2>&1 &
>
>
> Should it start red5?
> as in my case red5 didn't start.
> am i doing something wrong?
>
> Thank you
>



-- 
WBR
Maxim aka solomax