Forum OpenACS Development: Response to danger: stack grown too large?

Collapse
Posted by Don Baccus on
You need to set stacksize to a larger value. This works for me:
ns_section "ns/threads"
ns_param stacksize [expr 128*1024]