何时增加池大小或超时或两者都增加?只是想了解最佳实践,我开始遇到很多could not obtain connection within 5.0 seconds. The max pool size is currently 1; consider increasing the pool size or timeout. (Mongo::ConnectionTimeoutError)
错误,并想知道经验法则。
答案 0 :(得分:0)
你好Demetrius Michael,
池配置基于您的系统使用情况,并且可以在您的应用程序生命周期中进行更改,您需要定期练习池调优:
监视器 - >调整 - >测试 - >监视...
您可以根据当前/未来情景使用JMeter测试连接池
您可以在此处查看一些最佳做法:http://www.javaranch.com/journal/200601/JDBCConnectionPooling.html
此致 Moacy