errors.fyi community error code reference
OutOfMemoryError
java

OutOfMemoryError

Thrown when the JVM cannot allocate memory because the heap is exhausted. Increase -Xmx, fix a memory leak, or reduce allocation pressure.

References

← all namespaces