simonmar    2005/02/16 02:50:23 PST

  Modified files:
    ghc/compiler/parser  hschooks.c 
  Log:
  Recommend using -M rather than -H to increase the heap size.
  
  On Windows, there's an arbitrary limit of 256Mb due to the way memory
  is allocated, which is the primary cause of running out of heap.  On
  Unix, the heap size is unlimited by default.
  
  Revision  Changes    Path
  1.19      +1 -1      fptools/ghc/compiler/parser/hschooks.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to