dart · dart/OutOfMemoryError
OutOfMemoryError
OutOfMemoryError
Thrown when the Dart VM cannot allocate enough memory to complete an operation.
Also defined in
- java OutOfMemoryError Thrown when the JVM cannot allocate memory because the heap is exhausted. Increase -Xmx, fix a memory leak, or reduce allocation pressure.
- kotlin OutOfMemoryError Thrown by the JVM when the heap cannot satisfy an allocation request. Often indicates a memory leak or an unexpectedly large data structure.