This is a copy of whats inside the "red5_highperf.bat"
@echo off if NOT DEFINED RED5_HOME set RED5_HOME=. REM Previous option set REM -Xrs -Xms512M -Xmx768M -Xss128K -XX:PermSize=256M - XX:MaxPermSize=512M -XX:NewRatio=2 -XX:MinHeapFreeRatio=20 -XX: +AggressiveHeap -XX:+DisableExplicitGC -XX:ParallelGCThreads=2 -XX: +UseParallelOldGC -XX:+MaxFDLimit - Dsun.rmi.dgc.client.gcInterval=990000 - Dsun.rmi.dgc.server.gcInterval=990000 -Djava.net.preferIPv4Stack=true - Xverify:none REM Latest 06/2008 REM -Xmx768m -Xms256 -Xmn512m -Xss128k -XX:+AggressiveOpts -XX: +AggressiveHeap -XX:+DisableExplicitGC -XX:ParallelGCThreads=4 -XX: +UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=8 - XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 - Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=990000 - Dsun.rmi.dgc.server.gcInterval=990000 set JAVA_OPTS= -Xmx768m -Xms256 -Xmn512m -Xss256k -XX:+AggressiveOpts - XX:+AggressiveHeap -XX:+DisableExplicitGC -XX:ParallelGCThreads=4 -XX: +UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=16 - XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 - Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=990000 - Dsun.rmi.dgc.server.gcInterval=990000 echo Running High Performance Red5 start cmd /c %RED5_HOME%\red5.bat >> %RED5_HOME%\log\jvm.stdout On Mar 24, 11:27 pm, RickkciR <[email protected]> wrote: > Hi Jyothivas! > > The "red5_highpef.bat" i'm guessing, affords better performance > parameters if you have a capable computer (ie: quad core,max > ram,etc.). > > I dont see where I am to make these changes in OpenMeetings. > > On Mar 24, 11:16 pm, Jyothivas Nair <[email protected]> wrote: > > > > > i cant relate to what exactly you want, but if you are trying to change red5 > > configuration > > i believe red5 reference would help that's if you haven't gone through it > > already :)http://trac.red5.org/wiki/Documentation/UsersReferenceManual > > > On Thu, Mar 25, 2010 at 7:00 AM, RickkciR > > <[email protected]>wrote: > > > > Hi! > > > > I have OpenMeetings running as a service on a winXP machine. > > > > In regards to the parameter settings within the red5.bat and > > > red5_highperf.bat, > > > > Where do I make the configuration changes that the "red5_highperf.bat" > > > parameters afforded to this application? > > > > In other words, where do I permanently set these "high performance" > > > parameters. > > > > Thanks! > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "OpenMeetings User" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<openmeetings-user%2bunsubscr[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > -- > > Thanks & Regards, > > > Jyothivas R Nair > > > [email protected] > > [email protected] > > Skype ID : jyothivas.nair > > Website :www.jyothivasnair.co.cc > > Website :www.jyothivas.co.cc-Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
