node icon indicating copy to clipboard operation
node copied to clipboard

the EIO_STACKSIZE = 65536 is too small. you will sure get stack overflow...

Open harlentan opened this issue 14 years ago • 0 comments

....when use eio. There are so many functions in

the uv that alloc memory on the stack instead of heap

harlentan avatar Feb 03 '12 06:02 harlentan