increase default db pool worker count for large systems
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
513236b3ce
commit
c2d97aaa5e
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue