We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f6be2 commit 4aa7177Copy full SHA for 4aa7177
source/adminguide/tuning.rst
@@ -109,6 +109,10 @@ db.simulator.connectionPoolLib
109
To use DBCP 2, the value for the configuration must be set to 'dbcp'. An
110
empty value or 'hikaricp' will allow using HikariCP.
111
112
+For large-scale environments, HikariCP should perform better. For environments
113
+running management server with constrained memory resources, using DBCP may
114
+work better in terms of memory usage.
115
+
116
117
Monitor the Database Load
118
-------------------------
0 commit comments