Forum OpenACS Q&A: Re: aolserver 4 bootstrap fails

Collapse
Posted by russ m on
on OSX the per thread stack must be sized to a multiple of 8K...
ns_section "ns/threads"
ns_param stacksize [expr 8192 * whatever]
Collapse
Posted by Jarkko Laine on
Thanks Russell, that did the trick.