Skip to content
  • Simon Marlow's avatar
    [project @ 2005-02-16 10:50:23 by simonmar] · 4553e941
    Simon Marlow authored
    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.
    4553e941