Github user rhtyd commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1502#discussion_r61846062
  
    --- Diff: server/src/com/cloud/server/StatsCollector.java ---
    @@ -251,8 +262,9 @@ public boolean start() {
         }
     
         private void init(Map<String, String> configs) {
    -        _executor = Executors.newScheduledThreadPool(4, new 
NamedThreadFactory("StatsCollector"));
    +        _executor = Executors.newScheduledThreadPool(6, new 
NamedThreadFactory("StatsCollector"));
    --- End diff --
    
    max. number of statscollector jobs configured in the init(); see code


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to