To compile a large Haskell program. I am compiling at the moment
   without optimization and 55 MB of heap. Still ghc complains that
   the heap is too small.

  You have probably thought of this but, just split it up into smaller
modules.  I have the same problem but only when I compile with optimizations.
How big is the module, anyway?  It must be huge.  If it's not about 2000 lines
or over then I would say something is wrong with your setup (although I can't
imagine what) or you found some space leak in the compiler.

Frank Christoph
[EMAIL PROTECTED]






Reply via email to