connection-pool-calculator
ActiveTool of Utility Matrix
declared in 1.1.0
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"
}
}
}Parent server
Utility Matrix
1/7 registries