increase default db pool worker count for large systems

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-12-04 01:23:36 +00:00
parent 513236b3ce
commit c2d97aaa5e
2 changed files with 5 additions and 3 deletions

View file

@ -1341,7 +1341,8 @@
# Sets the number of worker threads in the frontend-pool of the database.
# This number should reflect the I/O capabilities of the system,
# specifically the queue-depth or the number of simultaneous requests in
# flight. Defaults to 32 or number of CPU cores, whichever is greater.
# flight. Defaults to 32 or four times the number of CPU cores, whichever
# is greater.
#
#db_pool_workers = 32