Message
GPM/4/DBMEMEXT: The database used too much memory. (SyslogId=[syslog-id], DatabaseId=[database-index], Algorithm=[algorithm-type], DatabaseStatus=[database-status], Device=[device], MemorySize=[memory-size])
Description
A state machine of the GPM module used excessive memory. The size of the used memory was displayed in the
log.
Parameters
Parameter Name |
Parameter Meaning |
syslog-id |
Log ID |
database-index |
Index of the database |
algorithm-type |
Type of the algorithm |
database-status |
Status of the database |
device |
Name of the device |
memory-size |
Total memory used by the database |
Possible Causes
The state machine used excessive memory. For pattern matching that did not use regular expressions, a great number of patterns used excessive memory. For pattern matching that used regular expressions, the
regular expressions are too complex.
Procedure
- Remove the state machine or contact the technical support personnel.