shwstppr commented on code in PR #451: URL: https://github.com/apache/cloudstack-documentation/pull/451#discussion_r1841657355
########## source/adminguide/tuning.rst: ########## @@ -109,6 +109,10 @@ db.simulator.connectionPoolLib To use DBCP 2, the value for the configuration must be set to 'dbcp'. An empty value or 'hikaricp' will allow using HikariCP. +For large-scale environments, HikariCP should perform better. For environments Review Comment: @rohityadavcloud yes 5GB is sweet spot for HikariCP when running all 3 - management server, usage server and MySQL server on same machine but when running DB server separately even 3-4 GB may be enough. Does this sound okay then? ``` Minimum requirements when running management server, usage server and MySQL server on the same system: - HikariCP: 2 CPU, 5GB RAM - DBCP2: 2 CPU, 4GB RAM ``` -- 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. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org