[Haskell-cafe] Memory Management and Lists

Tom Ellis tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk
Sun Jul 10 18:30:04 UTC 2016


On Sun, Jul 10, 2016 at 07:41:31AM -0800, Christopher Howard wrote:
> issue: a Matrix itself should only be, I'm guessing, somewhere around
> 100KB. But instead I'm maxing out the 3GB of RAM on my old T60 laptop.
> Maybe I'm generating list elements (Matrices) a lot faster than memory
> management is releasing them...?

You have almost certainly got a space leak.  Can you post your code?


More information about the Haskell-Cafe mailing list