http | URL that server instance uses for insecure connections |
http-linger-threshold | Amount of data the server instance discards after an HTTP error and before the server instance closes the TCP connection |
mcr-root | Location of a MATLAB Runtime installation |
auto-deploy-root | Folder the server instance scans for deployable archives |
extract-root | Root folder used to store contents of deployed archives |
num-workers | Maximum number of workers allowed to process work simultaneously |
worker-restart-interval | Time interval at which a server instance stops and restarts its workers |
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 |
worker-memory-check-interval | Interval at which workers are polled for memory usage |
cors-allowed-origins | Specify the domain origins from which clients are allowed to make requests to the server |
request-timeout | Duration after which the request times out and gets deleted after reaching a terminal state |
response-archive-root | Path to location where responses are archived |
response-archive-limit | Maximum disk space available to the server process for archiving |
server-memory-threshold | Size threshold of server process at which action needs to be taken to manage responses |
server-memory-threshold-overflow-action | Action to be taken when memory size threshold of server process has been breached |
request-size-limit | Set the maximum size of a request |
use-single-comp-thread | Start MATLAB Runtime with a single computational thread |
num-threads | Number of request-processing threads within the server instance |
disable-control-c | Disable keyboard interruptions for server instance |
user-data | Associate MATLAB data value with string key |
license | Locations searched for valid licenses |
license-grace-period | Maximum length of time the server instance responds to HTTP requests after license server heartbeat has been lost |
license-poll-interval | Interval of time before license server is polled to verify and check out a valid license after the grace period expires |
https | URL that server instance uses for secure connections |
ssl-allowed-clients | MATLAB programs a client can access |
ssl-ciphers | List of cipher suites to use |
ssl-tmp-ec-param | Elliptical curve used in ECDHE ciphers |
ssl-protocols | List of allowed SSL protocols |
ssl-tmp-dh-param | File containing a pregenerated ephemeral DH key |
ssl-verify-peer-mode | Level of client verification the server instance requires |
x509-ca-file-store | File containing the server certificate authority file |
x509-cert-chain | File containing the server certificate chain |
x509-passphrase | File containing the passphrase that decodes the private key |
x509-private-key | File containing the PEM formatted private key |
x509-use-crl | Use the certificate revocation list |
x509-use-system-store | Use the CA store provided by the system |
endpoint-root | Folder used to store server named endpoints |
hide-matlab-error-stack | Hide the MATLAB stack from the clients |
log-archive-max-size | Maximum size of the log archive folder |
log-archive-root | Path to the folder containing archived log files |
log-root | Path to the log file folder |
log-rotation-size | Size at which the log is archived |
log-severity | Severity at which messages are logged |
log-handler | Add custom log handler |
pid-root | Folder used to store PID files |
profile | Turn profiling on or off |