From 5b80a8def8c630024b7a3a3f40463c0cdc8325e4 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 25 Oct 2024 17:02:41 +0530 Subject: [PATCH] tuning: note wrt db pool preference Signed-off-by: Abhishek Kumar --- source/adminguide/tuning.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/adminguide/tuning.rst b/source/adminguide/tuning.rst index ae7450ef77..bb214602ee 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 -------------------------