Skip to content

Commit 4aa7177

Browse files
authored
tuning: note wrt db pool preference (#451)
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent f1f6be2 commit 4aa7177

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/adminguide/tuning.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ db.simulator.connectionPoolLib
109109
To use DBCP 2, the value for the configuration must be set to 'dbcp'. An
110110
empty value or 'hikaricp' will allow using HikariCP.
111111

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+
112116

113117
Monitor the Database Load
114118
-------------------------

0 commit comments

Comments
 (0)