You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the builder pattern to set the stack size. I think we can set this pretty low, like in the multiple-KB range. Rust uses some kind of dynamic stack growth thing (having trouble tracking down a source for that)
The threads that merely copy user requests into and back out of the door don't need much in terms of stack, since they don't recurse.
So if we can find any more accurate measures of upper and lower bound, then we can reduce a lot of memory waste.
The text was updated successfully, but these errors were encountered: