Sam McCandlish

Results 5 comments of Sam McCandlish

for what it's worth, I'm seeing an issue where memory usage sometimes spikes suddenly to ~70-80GB. not sure if related — I'll post more if I can reproduce it more...

i experienced the same problem - `ulimit -n 1000000` fixed.

I believe that hypercorn mistakenly tried to close with 1006 for an internal server error when it should have closed with 1011. Using 1002 by default seems reasonable to me,...

If 1002 would be acceptable, please let me know and I'll update the PR. (Or if there's another code that could more clearly indicate a server error, that'd be even...

The hypercorn fix went in a couple months ago: https://github.com/pgjones/hypercorn/pull/112 Given that, should this one be merged as well? I'm not sure what the expectation should be for folks who...