haskell · haskell/HeapOverflow
HeapOverflow
HeapOverflow
An AsyncException thrown by the GHC runtime when all available heap memory is exhausted. Increase the heap limit with +RTS -M<size> or profile memory usage with +RTS -hc to identify the allocation source.