You can create, start, and stop MATLAB® Production Server™ instances from the command line. Use the configuration properties to tailor each instance to a specific task or use.
| http | URL that server instance uses for insecure connections |
| mcr-root | Location of a MATLAB Runtime installation |
| auto-deploy-root | Folder the server instance scans for deployable archives |
| num-workers | Maximum number of workers allowed to process work simultaneously |
| num-threads | Number of request-processing threads within the server instance |
| worker-restart-interval | Time interval at which a server instance stops and restarts its workers |
| worker-memory-check-interval | Interval at which workers are polled for memory usage |
| worker-restart-memory-limit | Size threshold at which to consider restarting a worker |
| worker-restart-memory-limit-interval | Interval for which a worker can exceed its memory limit before restart |
| disable-control-c | Disable keyboard interruptions for server instance |
| extract-root | Root folder used to store contents of deployed archives |
| http-linger-threshold | Amount of data the server instance discards after an HTTP error and before the server instance closes the TCP connection |
| use-single-comp-thread | Start MATLAB Runtime with a single computational thread |
| mps-setup | Set up a server environment |
| mps-new | Create a server instance |
| mps-start | Start a server instance |
| mps-stop | Stop a server instance |
| mps-restart | Stop and start a server instance |
| mps-service | Create or modify a Windows service for a server instance |