Field | Description | ||
Storage Location | Optional. Defines the location where events are stored on-disk. Specify an existing folder in your file system.
If you do not specify a value, events are stored in the same directory as the configuration. | ||
Storage Batch Size | Required. Defines the number of events that must be added to the on-disk store-and-forward queue before the queue is persisted to disk. The default value is 100 events. | ||
Sync Timeout | Required. Defines the timeout in milliseconds that the on-disk store-and-forward queue waits before the events in the queue are persisted, in case the batch size has not been reached. The default value is 500 milliseconds. | ||
Default On-Disk Capacity | Required. Defines the maximum number of events of each event type that can be stored on disk. The default value is 1000000.
| ||
Default In-Memory Capacity | Required. Defines the maximum number of events of each event type that can be stored in the memory. The default value is 1000.
|
Important: | If you modify the Storage Batch Size, Sync Timeout, and Storage Location properties, you must restart the runtime where the DES component is embedded for the changes to take effect. For 10.1, this means restarting the Integration Server or Apama runtime. For more information about shutting down and starting Integration Server and Apama, see webMethods Integration Server Administrator’s Guide and Deploying and Managing Apama Applications, respectively. |