-
Notifications
You must be signed in to change notification settings - Fork 70
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
Any suggestions about setting gengine pool parameters poolMinLen, poolMaxLen #19
Comments
thanks for your issue! |
Thanks for your help!
It seems that pool_min_len has little effect on performance. After pool_max_len configuration exceeds 160(cpu_core * 20), the performance improvement is no longer obvious. On the contrary, the larger the pool_max_len setting,the slower the engine loading. I'm not sure about the result yet, I will do more test later. |
Thanks for your detail test! In fact, the execute performance is relations with many factors, mains are
The other is that "larger the pool_max_len setting,the slower the engine loading", because when the pool_max_len set larger, the pool will have to keep more gengine instances in it, so it will cost more time to load. At last, for improve performance of the load gengine, gengine support Incrementally update the rules you will load into gengine, see function
|
I am trying to figure out how to adjust the parameter configuration to improve performance, but I am not sure about the relationship between these parameters and the server configuration, and how they affect performance, please give me some suggestions, thanks.
The text was updated successfully, but these errors were encountered: