The MinAfpResources
parameter sets the minimum number of AFP databases to keep loaded in Speech Server even when they are not in active use. Speech Server unloads any databases that are not in use by an active task, unless unloading would leave fewer than the MinAfpResources
.
If MinAfpResources
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: | MinAfpResources=2
|
|