<!-- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release and main branch are affected too. Always add information AFTER of these HTML comments, but no need to delete the comments. --> ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Improvement Request ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on main branch. --> ~~~ 4.19.0.1 ~~~ ##### CONFIGURATION <!-- Information about the configuration if relevant, e.g. basic network, advanced networking, etc. N/A otherwise --> ##### OS / ENVIRONMENT <!-- Information about the environment if relevant, N/A otherwise --> Rocky-linux 9 ##### SUMMARY <!-- Explain the problem/feature briefly --> Thread pool max and min are hardcoded and can't be configured https://github.com/apache/cloudstack/blob/5433e775e53ad3709db6286cb7b0a78703c823a6/client/src/main/java/org/apache/cloudstack/ServerDaemon.java#L162 I suggest adding something like ```threads.min``` and ```thread.max``` to the ```server.proprties``` file