The storage_mode key identifies the agent's disk storage mode. Only change this setting if your host endpoints experience a degradation in I/O processing times.
Important
Changing 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 |
Change this setting using one of the following methods:
API custom configuration channels (see Using API Custom Configuration Channels).
Manually on individual endpoints using a text editor (see Modifying the Configuration File for a Single Endpoint).
Manually by using the Endpoint Security UI.