connection-pool-calculator
ActiveTool of Utility Matrix
Use this when a user asks how many database connections to configure in their connection pool, or is troubleshooting PostgreSQL connection exhaustion. Takes CPU cores, app instances, and max_connections. Returns recommended pool size per instance with utilization ratio.
Parameters schema
{
"type": "object",
"required": [
"cpu_cores"
],
"properties": {
"cpu_cores": {
"type": "number"
},
"app_instances": {
"type": "number"
},
"max_connections": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries