OpenOptions.fiberStackSize

Stack size of each fiber (except the main fiber). The reactor will allocate numFiber*fiberStackSize during startup

struct OpenOptions
size_t fiberStackSize;

Meta