CSSCurrent en:Database Configuration
Aus Cryptshare Documentation
Connection Pool Size
Depending on the requirements of your Cryptshare Server and the expected load it might be necessary to increase resource allocation for the database. Please see the section "Database Connection Pool" in Advanced Cryptshare Configuration for details on how to change the pool size.
Calculating Pool Sizes
The following formula can be used to calculate an appropriate pool size:
(cpu\_core\_count \* 2) + 1
Here are some examples with the pool size rounded up:
CPU Cores | 2 | 4 | 8 | 16 |
---|---|---|---|---|
Pool Size | 5 | 10 | 20 | 35 |