How can I define how many workers my MATLAB Production Server (MPS) instance utilizes?

3 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 9 Apr 2015
In order to define the number of workers your server utilizes you must modify the main_config file that is specific to that server. This file is located in the /config/ directory within the directory where your MPS server is located.
Line 236 will be set to this by default:
 
--num-workers 1
You can modify this line to utilize more than 1 worker in your server.

More Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!