<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Hello,</div><div><br data-mce-bogus="1"></div><div>-- I am currently working on video conference module in freeswitch-1.6.5</div><div><br data-mce-bogus="1"></div><div>-- I am using verto client for confernece (i configured just 3 verto users in different hosts) and when i dial 3500 extension from the verto user, the conference is starting but the main problem is&nbsp;</div><div><br data-mce-bogus="1"></div><div><strong>if 3 users connected with the 3500 conference, the audio is gone(too much noice, no audio clearence) and <span style="color: rgb(0, 0, 255);" data-mce-style="color: #0000ff;">CPU</span> usage is reached to <span style="color: rgb(0, 0, 255);" data-mce-style="color: #0000ff;">150%+</span></strong></div><div><strong><span style="color: rgb(0, 0, 255);" data-mce-style="color: #0000ff;"><br data-mce-bogus="1"></span></strong></div><div><strong><span style="color: rgb(0, 0, 255);" data-mce-style="color: #0000ff;">and i follow below configuration also</span></strong></div><div><pre style="font-family: monospace, Courier; padding: 1em; border: 1px dashed #2f6fab; color: #000000; line-height: 1.3em; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f9f9f9;" data-mce-style="font-family: monospace, Courier; padding: 1em; border: 1px dashed #2f6fab; color: #000000; line-height: 1.3em; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f9f9f9;">ulimit -c unlimited # The maximum size of core files created.
ulimit -d unlimited # The maximum size of a process's data segment.
ulimit -f unlimited # The maximum size of files created by the shell (default option)
ulimit -i unlimited # The maximum number of pending signals
ulimit -n 999999    # The maximum number of open file descriptors.
ulimit -q unlimited # The maximum POSIX message queue size
ulimit -u unlimited # The maximum number of processes available to a single user.
ulimit -v unlimited # The maximum amount of virtual memory available to the process.
ulimit -x unlimited #&nbsp;???
ulimit -s 240         # The maximum stack size
ulimit -l unlimited # The maximum size that may be locked into memory.
ulimit -a           # All current limits are reported.</pre></div><div><strong><span style="color: rgb(0, 0, 255);" data-mce-style="color: #0000ff;"><br data-mce-bogus="1"></span></strong></div><div></div><div>i am using using &nbsp;Centos 6.5 with 4GB Ram. Could you any one help me to resolve this problem,</div><div><br data-mce-bogus="1"></div><div>i want to know following thigs</div><div><br data-mce-bogus="1"></div><div>--&gt; Video confernece configuration&nbsp;</div><div>--&gt; Required system configuration</div><div>--&gt; and also i would like to know how many possible video conferences can be handle by freeswitch-1.6.5</div><div><br></div><div><br data-mce-bogus="1"></div><div>Please help me.</div><div><br data-mce-bogus="1"></div><div>--&nbsp;<br></div><div><div><span style="background-color: rgb(255, 255, 255); color: rgb(153, 153, 153);" data-mce-style="background-color: #ffffff; color: #999999;">Thanks &amp; Regards</span><br><strong><span data-mce-style="background-color: #ffffff; color: #ff0000;" style="background-color: rgb(255, 255, 255); color: rgb(255, 0, 0);">Veerabhadrarao Kankatala</span></strong><br><div><br></div></div></div></div></body></html>