...
| Config Name | Description | Default value |
|---|---|---|
| environmentVariables | A list of environment variables that are set in the session servers spawned by the session server manager | ["XDG_RUNTIME_DIR=/tmp", "GST_REGISTRY=/tmp/rialto-server-gstreamer-cache.bin", "WESTEROS_SINK_USE_ESSRMGR=1"] |
| extraEnvVariables | A list of environment variables that are added to the existing environmentVariables. These are typically used in rialto-soc.json or rialto-config-overrides.json | [""] |
| sessionServerPath | An absolute path to the sessions session server binary | "/usr/bin/RialtoServer" |
| startupTimeoutMs | The amount of time the session server manager waits for a session server to start. If this time is exceeded, the session server manager stops the server and reports a failure. If the value is set to 0, there is no time limit, and the manager will wait indefinitely. | 0 |
| healthcheckIntervalInSeconds | Specifies how often health check messages are sent. | 5 |
| numOfPingsBeforeRecovery | Specifies how many consecutive failed pings are required before a recovery action is triggered. | 3 |
| socketPermissions | Specifies the permissions for the session management socket, expressed in octal permissions. | 666 |
| socketOwner | Specifies the owner of the session management socket. If it's blank, it will be inherited from the parent process. | "" |
| socketGroup | Specifies the group ownership of the session management socket. If it's blank, it will be inherited from the parent process. | "" |
| numOfPreloadedServers | The amount of preloaded servers. | 1 |
| logLevel | Log level of all Rialto components. 1 - ERROR | 3 |
...