[Haskell-cafe] Fwd: how to increase the stack size

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Mon Oct 17 04:57:46 CEST 2011


On 17 October 2011 13:39, kolli kolli <nammukolli04 at gmail.com> wrote:
> when I am running the program in my terminal on ubuntu its showing me
> GHC stack-space overflow: current limit is 536870912 bytes.
> Use the `-K<size>' option to increase it.
>  how can i increase the stack size????Plz help me out....

./myProgram +RTS -K<size>

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com



More information about the Haskell-Cafe mailing list