RE: Increasing heap size

2005-02-17 Thread Dmitri Pissarenko
Actually you need to use the -M option to increase the heap size beyond this limit on Windows. I'll see if I can fix the message. Thanks for your answer! I tried to use option +RTS -c -RTS and then it worked without changing the heap size (AFAIK this switches garbage collection to a more

RE: Increasing heap size

2005-02-17 Thread Simon Marlow
On 17 February 2005 10:55, Dmitri Pissarenko wrote: Actually you need to use the -M option to increase the heap size beyond this limit on Windows. I'll see if I can fix the message. Thanks for your answer! I tried to use option +RTS -c -RTS and then it worked without changing the heap

RE: Increasing heap size

2005-02-16 Thread Simon Marlow
On 15 February 2005 20:12, Dmitri Pissarenko wrote: I have problems when building a large haskell system (haskell-jvm bridge). The compiler complains (see below) that the heap size is too small and limited to about 268 MB. error-messages $ make