The MinLanguageResources
parameter sets the minimum number of language resources to keep loaded in IDOL Speech Server even when they are not in active use. IDOL Speech Server unloads any resources that are not in use by an active task, unless unloading would leave fewer than the MinLanguageResources
.
If MinLanguageResources
is set to -1
, Speech Server unloads an inactive resource only if a new resource 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: | MinLanguageResources=2
|
|