you can try red5-highperf.bat :)
On Thu, Aug 29, 2013 at 3:57 PM, yazeedhs <[email protected]> wrote: > Thank you Maxim, > > Its working until now :) > > What other params can I add to work in the best performance ? > > I have 8 GB of Ram 6 are still available and the CPU utilization is less > than 10% > > > Sent from Samsung Mobile > > > > -------- Original message -------- > From: Maxim Solodovnik <[email protected]> > Date: 28/08/2013 19:03 (GMT+02:00) > To: Openmeetings user-list <[email protected]> > Subject: Re: out of memory error > > > sorry it was line from 3.0 > try to replace the line > > set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% > > with > > set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% -XX: > MaxPermSize=512m > > > On Wed, Aug 28, 2013 at 10:37 PM, Yazeed . <[email protected]> wrote: > >> thank you Maxim, >> >> but I don't have the line at all; can you advice where to put it. >> >> Regards, >> >> ------------------------------ >> Date: Wed, 28 Aug 2013 22:06:25 +0700 >> Subject: Re: out of memory error >> From: [email protected] >> To: [email protected] >> >> try edit red5.bat and change the line >> >> if NOT DEFINED JVM_OPTS set JVM_OPTS=-Xverify:none -XX:+TieredCompilation >> -XX:+UseBiasedLocking -XX:+UseStringCache -XX:+UseParNewGC >> -XX:InitialCodeCacheSize=8m -XX:ReservedCodeCacheSize=32m >> -Dorg.terracotta.quartz.skipUpdateCheck=true >> >> to be >> >> if NOT DEFINED JVM_OPTS set JVM_OPTS=-Xverify:none -XX:+TieredCompilation >> -XX:+UseBiasedLocking -XX:+UseStringCache -XX:+UseParNewGC >> -XX:InitialCodeCacheSize=8m -XX:ReservedCodeCacheSize=32m >> -Dorg.terracotta.quartz.skipUpdateCheck=true -XX:MaxPermSize=512m >> >> >> On Wed, Aug 28, 2013 at 8:58 PM, Yazeed . <[email protected]> wrote: >> >> Hello, >> the error is on the console >> attached are the logs of openmmetings and Red5 from the time it started >> until the error, 10 or 15 minutes only. >> >> thanks in advance >> >> ------------------------------ >> Date: Wed, 28 Aug 2013 13:24:28 +0700 >> Subject: Re: out of memory error >> From: [email protected] >> To: [email protected] >> >> Red5.bat wrote error to the console? Or flash client reported out of >> memory error? >> On Aug 28, 2013 12:57 PM, "yazeedhs" <[email protected]> wrote: >> >> Red5.bat >> >> Any recommendation ? >> >> >> Sent from Samsung Mobile >> >> >> >> -------- Original message -------- >> From: Maxim Solodovnik <[email protected]> >> Date: 28/08/2013 06:04 (GMT+02:00) >> To: Openmeetings user-list <[email protected]> >> Subject: Re: out of memory error >> >> >> How have you run it (red5.bat, red5-debug.bat, red5-highperf.bat)? >> Additionally full stacktrace will be helpful :) >> >> >> On Wed, Aug 28, 2013 at 4:07 AM, George Kirkham >> <[email protected]>wrote: >> >> Could you please provide a bit more detail.**** >> ** ** >> What version did you download? Where/how did you download it?**** >> ** ** >> What instructions did you follow to install OpenMeetings?**** >> ** ** >> Thanks,**** >> ** ** >> George Kirkham**** >> ** ** >> ** ** >> *From:* Yazeed . [mailto:[email protected]] >> *Sent:* Wednesday, 28 August 2013 4:37 AM >> *To:* [email protected] >> *Subject:* out of memory error**** >> ** ** >> Hello,I am new to OpenMeetings; I have downloaded the latest version and >> installed it on windows server 2008 R2 with 8 GB Ram and 4 cores. But the >> server hangs and an out of memory error is happening. >> >> Any help? >> >> Thanks,**** >> >> >> >> >> -- >> WBR >> Maxim aka solomax >> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax
