lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Mike Pall wrote:


You need to use a STACKSIZE statement in the .def file.



I see coco setting the stack size in CreateFiber; I assume I could change COCO_DEFAULT_CSTACKSIZE, if I just wanted to change CoCo ?
And also as a runtime param to coroutine.create() I see.

Adrian (having RTFM).