GitHub user SudharmaJain opened a pull request: https://github.com/apache/cloudstack/pull/880
CLOUDSTACK-8901: PrepareTemplate job thread hard-coded to max 8 threads The thread pool was hardcoded to use 8 threads, com.cloud.template.TemplateManagerImpl.configure(String, Map<String, Object>): _preloadExecutor = Executors.newFixedThreadPool(8, new NamedThreadFactory("Template-Preloader")); Added the change to pick threadpool size from configuration. You can merge this pull request into a Git repository by running: $ git pull https://github.com/SudharmaJain/cloudstack cs-8901 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/880.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #880 ---- commit 49ed8ee960acce13f32def10e15924c84257c4e4 Author: SudharmaJain <sudharma.j...@citrix.com> Date: 2015-09-24T06:11:54Z CLOUDSTACK-8901: PrepareTemplate job thread hard-coded to max 8 threads ---- --- 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. ---