Monitoring Out of Memory Errors
3.4 · Lesson

Monitoring Out of Memory Errors

Out of Memory errors are critical failures that occur when the Java Virtual Machine (JVM) cannot allocate memory for an operation, even after attempting garbage collection. When they occur, queries and Full definition for transaction (opens in a new tab)A unit of work that either succeeds in full or leaves no trace. fail immediately, making this a critical incident that requires immediate attention.

In this lesson, you will learn how to identify, monitor, and respond to Out of Memory errors in your Go to glossary for Aura instance (opens in a new tab)A single Neo4j database running in Aura..