You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/02/19 15:30:49 UTC

[GitHub] wu-sheng opened a new pull request #2261: Fix mesh telemetry performance issue and adjust default thread number

wu-sheng opened a new pull request #2261: Fix mesh telemetry performance issue and adjust default thread number
URL: https://github.com/apache/incubator-skywalking/pull/2261
 
 
   In old mesh telemetry receiver, the heartbeat triggers in high frequency. This would cost performance issue in mesh scenario.
   
   In the thread model, new settings are
   1. L1 Aggregation, CPU * 2 threads
   1. L2 Aggregation, CPU / 4 threads
   1. L1 Register, CPU / 4 threads
   1. L2 Register, CPU / 4 threads
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services