Docbase logger and scheduler parameters
The parameters in the <Logger>
element control
how TEXTML Server manages the docbase's logger records.
The parameters in the <Scheduler>
element control
how TEXTML Server manages the system of locks that control access to its internal data
structures.
Parameter name | Default value | Description |
---|---|---|
TruncationFrequency | 5 | Indicates the time interval (in seconds) at which a specialized task is triggered to reduce the number of logger records. |
CutToSize | 32 | Specifies the maximum size, in megabytes, of individual logger records. |
MaxFiles | 256 |
Specifies the maximum number of logger records that can accumulate during times of intense write activity. |
Parameter name | Default value | Description |
---|---|---|
IdleTime | 300 | Specifies the number of seconds of inactivity of a pooled mutex (the object used to protect two threads from writing to shared memory at the same time), after which TEXTML Server will free the mutex to the OS. |