bisakhmondal opened a new pull request #1569:
URL: https://github.com/apache/apisix-dashboard/pull/1569


   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [ ] Bugfix
   - [x] New feature provided
   - [ ] Improve performance
   - [ ] Backport patches
   
   - Related issues
   resolves #682 
   ___
   ### New feature or improvement
   
   Supports changing the number of os threads attached to the goroutines.
   
   For performance reason, if in the configuration file, the defined `max_cpu` 
is greater than the number of available cpu cores (including hyperthreading), 
the `manager api` will stick to the max available cores. As it has a certain 
limit to boost the performance since the context switching of goroutines from 
the same os thread is a lot faster than goroutines from different threads. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to