Browse thread
Stack_overflow
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-03-31 (23:03) |
From: | Jon Harrop <jon@f...> |
Subject: | Re: [Caml-list] Stack_overflow |
On Friday 31 March 2006 21:44, mulhern wrote: > Unfortunately, I get a Stack_overflow exception. If I roughly half the > number of elements in the list the Stack_overflow exception goes away. Try increasing the stack size using: export CAMLRUNPARAM='...' where you get "..." from the manual. Something like 'l=100M', IIRC. -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. Objective CAML for Scientists http://www.ffconsultancy.com/products/ocaml_for_scientists