中国站 - English
中国站
中国站 - English
International
Documentation
Log in
Console
Documentation
Console
Log in
4009 100 100
Tencent Cloud Distributed Cache
Only the Chinese version of this page is provided currently. The English version will be provided soon.
Help & Documentation
>
Tencent Cloud Distributed Cache
连接使用率过高
Last updated: 2026-03-17 15:06:13
On this page:
现象描述
可能原因
解决思路
处理步骤
现象描述
现象1:连接使用率指标过高。
现象2:无法连接。
可能原因
连接泄露。
最大连接数设置不足。
解决思路
检查是否存在连接泄露。对于第三方网络连接,必须要有 finally 块执行,否则后续很容易由于不规范的编码,出现连接未正常释放的问题。
处理步骤
1.
修改代码逻辑:检查是否存在连接泄露,如果存在泄露,您可以释放无效连接,并修正导致连接泄露的不规范代码。
2.
修改连接配置:在控制台直接提升连接数,以应对突发的需求高峰。具体操作,请参见
调整连接数数量
。
3.
如果以上方法仍未解决问题,您还可以通过
在线支持
联系售后。
Next: Release Notes