FMS CPU Shows 100% after Few Thousand Subscribers
Hi,
I am having following configuration on server -
Dell PE2950
2x Xeon 5130 2.0GHz/4MB 1333
Memory 8 GB
HDD 250 GB
Network Port - 2Gbit
And FMIS 3.5.5
After 4000 Subscibers on server, FMS Admin Shows FMS CPU 100% and Sometime I need to restart FMS, because it unloads live application at peak moment.
I am using Live Application and site like ustream where users can register and broadcast their channels using FMLE.
I have set Bandwidth Cap 1MBPS for Client to Server and Server to Client using following function in main.asc (Copy of Sample/Live/main.asc) in live application, already removed main.far
p_client.setBandwidthLimit(125000, 125000);
this.acceptConnection(p_client);
I also did "Combie Audio Samples" mentioned in "Configure the server for live video delivery" in PDF Documentations and Restarted the server.
What else i need to to do on server side to improve FMS performance and capacity to handle more subscibers.
