-
Notifications
You must be signed in to change notification settings - Fork 99
Use more conservative pool_size #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Seeing this from the windows log now.
|
Maybe due to the |
I think I have figured it out. It is actually not a windows only issue. It always occurs on macOS and Linux. It is just so happened that github Windows containers are more memory sensitive. The real cause is that sometimes, the server process is never got killed despite that we have The current workaround is to shut down the server peacefully using the "shutdown" method instead of using Here is a screenshot of my mac when the tests are running
|
I think we no longer need |
It feels like |
Thanks for figuring it out! Quite a tricky problem. LGTM. Please feel free to merge if nothing is to be added. |
Follows up #265.
The
pool_size
is altered to be more conservative for machines with fewer CPUs.