[Haskell-cafe] Asking the GHC garbage collector to run

Don Stewart dons at galois.com
Tue Feb 10 12:49:34 EST 2009


mads_lindstroem:
> Hi all,
> 
> Is it possible to ask the GHC garbage collector to run ? Something like
> a collectAllGarbage :: IO() call.

System.Mem.performGC

iirc,
    Don


More information about the Haskell-Cafe mailing list