Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

CPU Usage At MCU Server is High

Naresh_R_1
新分销商 I
1,237 次查看

Hi,

Can someone help how to reduce CPU usage at server end

 

CPU Usage at server end is getting increasing when more streams added 

CPU Configuration is:

Processor: Intel Xeon CPU E550@2.83Ghz x 4,  Ram: 4Gb, 

Ubuntu 12.04 64 Bit, Kernel Linux: 3.13.0-32-generic

 

Thanks

Naresh

 

 

0 项奖励
6 回复数
Farrukh_M_
初学者
1,237 次查看

I have the same issue. Even with 1 stream, CPU goes to 96%. Maybe the issue is with the codec Intel is using?

Regards

 

0 项奖励
Chunbo_H_Intel1
1,237 次查看

Hi guys,

Can you tell me which conference mode you're using? Forward or mix?

Since now we create rooms which can produce both forward streams and mix streams, you can disable mix streams from etc/woogeen_config.js with config.erizoController.mixer.

0 项奖励
Bernard
重要分销商 I
1,237 次查看

You should definitely try to profile with VTune which will be able to find major hotspots in the code. Those hotspots can be a reason for CPU hog.

0 项奖励
Chunbo_H_Intel1
1,237 次查看

Yes, sure. Plenty of tools can be used for CPU hotspot.

Helping us with detailed information/analysis on this will be warmly welcome!

0 项奖励
Bernard
重要分销商 I
1,237 次查看

Usually some kind of loop or loop terminating condition or even synchronization issue can be responsible for overloading CPU.

0 项奖励
Chunbo_H_Intel1
1,237 次查看

Yes, that's the most and general case. Here, I think the CPU hotspot is the media configuration on MCU server...

As I mentioned, the default hybrid conference room will produce both mixed and forward streams at the same time, which consumes much CPU time.

And we're going to provide the default conference room without hybrid capability.

0 项奖励
回复