Skip to content

Commit

Permalink
tuning: note wrt db pool preference
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Kumar <[email protected]>
  • Loading branch information
shwstppr committed Oct 25, 2024
1 parent 85c5084 commit 5b80a8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/adminguide/tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------
Expand Down

0 comments on commit 5b80a8d

Please sign in to comment.