Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如附件所示,Blackfire 报告说,所有 Redis 操作都具有可笑的延迟,而 Redis 托管在同一个容器上。管理程序未报告高 IO 等待。redis 不包含很多键,但它经常被访问。这怎么可能发生?我检查ulimit了守护程序文件并增加了 TCP 端口范围。只是不知道这是什么。
ulimit
经过几天的修补,我得出的结论是问题出在管理程序上。
我将 Redis 移出主机(我使用的是 Proxmox 6.4-13)并将连接设置为本地网络 IP。问题一下子解决了。