MinAudioResources
When a processing session finishes, Media Server can unload audio resources that are no longer needed. However, keeping resources in memory can save time if a client starts another task that needs the same resources.
This parameter configures the number of audio resources to keep in memory for each type of audio analysis. For example, MinAudioResources=2
allows Media Server to keep in memory up to 2 speech-to-text language resources, 2 speaker ID databases, and 2 audio match databases, even if they are not in use.
To immediately unload any resources that are not being used by a process
action, set MinAudioResources=0
.
To unload a resource only when another resource of the same type is required and the maximum number of resources has already been reached, set this parameter to the same value as MaxAudioResources.
NOTE: Media Server never unloads resources that were loaded manually.
Type: | Integer |
Default: | 2 |
Required: | No |
Configuration Section: | Resources |
Example: | MinAudioResources=2
|
See Also: | MaxAudioResources |