您可以从这里控制最大连接数。
From here you can control the maximum number of connections.
可用连接数:当前池中可用连接的数量。
Available connection count: the number of connections that are currently available in the pool.
允许最大的连接数。(使用较大的数。)
Maximum number of connections allowed. (Use a big prime number.)
已创建的连接数:为该池创建的连接总数。
Connections-created count: The total number of connections created for this pool.
最小池大小:连接池中可保持的最小连接数。
Min pool size: the minimum number of connections that can remain in the pool.
正在使用的连接数:当前正在使用的连接数量。
In-use connection count: The number of connections currently in use.
最大池大小:连接池中可以分配的最大连接数。
Max pool size: the maximum number of connection that can be allocated from the pool.
当前打开的连接数。
连接数太多。
连接数太多。
应用推荐