[Haskell-cafe] memory usage in repeated reading of an external program's output

Bryan O'Sullivan bos at serpentine.com
Thu Jun 21 12:44:43 EDT 2007


Andrea Rossato wrote:

> Now I'm going to profile for memory usage: I've seen that some GC
> happens if you are patient enough.

Yes, the process will hit a steady state of a few megabytes of heap 
after a short time.

By the way, your program leaks ProcessHandles.

	<b


More information about the Haskell-Cafe mailing list