Controlling number of cores used by media node

In openvidu pro, we had query regarding restricting number of cores for openvidu server instance dynamically. Openvidu have support to control number of media nodes dynamically, but we need to keep 1 media node + 1 master node only, just to restrict the number of cores which are being used by media and master node, during down hours of application.

The media nodes is hosted on server with 8cpu cores. We want to restrict number of cores used by openvidu during down hours to 4.

Do openvidu support dynamic control of number of cores used by media / master node instances?

OpenVidu does not support dynamic control of the number of cores in use in a node. It will always make use of the total number of cores available in the server. You would need to add a 4-core server as a Media Node to the cluster to be able to reduce the number of cores in use.