romange / helio

A modern framework for backend development based on io_uring Linux interface
Apache License 2.0
435 stars 49 forks source link

feat: allow fiber stack size customization #222

Closed romange closed 6 months ago

romange commented 6 months ago

Change the default stack size for connection fibers from 132KB to 64KB

romange commented 6 months ago

No, you are not missing anything. I hope by agressively reducing the stack size in development, we be able to identify callchains that use too much of stack memory and fix them.