I'm using
./myProgram +RTS -K16000000
If that gives an error, you're program was probably compiled without
support for setting RTS options from the command line.
Recompile with -rtsopts.
Then the above should work
> _______________________________________________
On Sun, Feb 5, 2012 at 8:16 PM, Michael Rice <limitcase@gmail.com> wrote:
> Stack space overflow: current size 8388608 bytes.
> Use `+RTS -Ksize -RTS' to increase it.
>
> ======================
>
> Couldn't find much on the man or info pages. Example please, say double it
> (16000000) for starters.
>
> Michael
>
>
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>