This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/4.20 by this push:
new 4aa7177 tuning: note wrt db pool preference (#451)
4aa7177 is described below
commit 4aa717762e250bf2c3e3845d800a95096e5e059b
Author: Abhishek Kumar <[email protected]>
AuthorDate: Tue Jun 3 14:10:36 2025 +0530
tuning: note wrt db pool preference (#451)
Signed-off-by: Abhishek Kumar <[email protected]>
---
source/adminguide/tuning.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/source/adminguide/tuning.rst b/source/adminguide/tuning.rst
index ae7450e..bb21460 100644
--- a/source/adminguide/tuning.rst
+++ b/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
+running management server with constrained memory resources, using DBCP may
+work better in terms of memory usage.
+
Monitor the Database Load
-------------------------