If your host endpoints experience a degradation in I/O processing times, use the storage_mode setting in the xAgent configuration file to optimize event storage I/O handling and reduce the physical disk I/O use.
Note
The storage_mode setting is only available for agents running Trellix Endpoint Security (HX) xAgent version 21.33.7 or later.
In Endpoint Security (HX) xAgent version 26, databases operate more reliably and allow for automatic recovery whenever possible.
Changing the storage mode may lead to the loss of historical data. Complete all incident response investigations on your host endpoint before changing the storage mode.
The table below describes the available storage modes.
Storage Mode | Description | Configuration |
|---|---|---|
Conventional | This is the default storage mode. This storage mode stores write events in batches before writing them to the events database on disk. ImportantUse one of the other storage modes only if your endpoints experience a degradation in I/O processing times. | To select the default storage mode, remove the |
Memory-mapped I/O with log | This is the recommended memory-mapped storage mode. In this storage mode, read and write operations are backed by memory and backed by an on-disk journal file. Write transactions are written to the Write Ahead Log file ( Memory-mapped I/O with log mode improves disk I/O performance for two reasons.
Before changing to this storage mode in your production environment, you should first determine the impact of the change in a test environment. | To select this storage mode, set the storage_mode key to |
In-memory | This storage mode stores the events database in memory. This mode increases memory usage, but improves disk I/O performance. Consider the following caveats before switching to in-memory storage mode.
| To select this storage mode, set the |
Memory-mapped I/O NOT RECOMMENDED | Use of this storage mode is not recommended because it may cause failure of Real-time Event storage and functionality. Please use MMAPIOWITHLOG. This storage mode uses memory mappings to back up read and write operations, and uses paging to optimize the read and write operations. | To select this storage mode, set the |
For information on making xAgent configuration file changes, see .