The MinSidResources
parameter sets the minimum number of speaker ID base packs to keep loaded in Speech Server even when they are not in active use. Speech Server unloads any packs that are not in use by an active task, unless unloading would leave fewer than the MinSidResources
.
If MinSidResources
is set to -1, Speech Server unloads an inactive SID base pack only if a new pack is requested with no resource slot being available otherwise.
Note: This parameter is not included in the Speech Server configuration file by default.
Type: | Integer |
---|---|
Default: | -1 (unlimited, that is, never automatically unload resource) |
Required: | No |
Configuration Section: | Server |
Example: | MinSidResources=2
|
|