[Caml-list] Stack size on OS X

2009-11-30 Thread Christophe Raffalli
Hello, It seems that the problem of stack size is still not solved in OS X (limited to 8Mo by default and hard limit in the kernel to 64Mo with ulimit -s 64000). My unison is still crashing on very big changes ... However, I stumbled on this pdf

Re: [Caml-list] Stack size on OS X

2009-11-30 Thread John Whitington
Christophe, On 30 Nov 2009, at 15:26, Christophe Raffalli wrote: It seems that the problem of stack size is still not solved in OS X (limited to 8Mo by default and hard limit in the kernel to 64Mo with ulimit -s 64000). My unison is still crashing on very big changes ... However, I

Re: [Caml-list] Stack size on OS X

2009-11-30 Thread Christophe Raffalli
John Whitington a écrit : Christophe, On 30 Nov 2009, at 15:26, Christophe Raffalli wrote: It seems that the problem of stack size is still not solved in OS X (limited to 8Mo by default and hard limit in the kernel to 64Mo with ulimit -s 64000). My unison is still crashing on very

Re: [Caml-list] Stack size on OS X

2009-11-30 Thread John Whitington
Hi Christophe, On 30 Nov 2009, at 21:52, Christophe Raffalli wrote: not carefull, although quite rare in OCaml). On first compiling my codebase (about 100,000 lines) on a machine with limited stack size, it took only about a day to fix up. I agree that, morally, stack space available and