dotnet · dotnet/OutOfMemoryException
OutOfMemoryException
OutOfMemoryException
Thrown when the runtime cannot allocate enough memory to continue execution. May indicate a genuine memory shortage, a large object heap fragmentation issue, or a memory leak. Profile with a memory profiler and check for objects kept alive longer than needed.