standalone cpu 占用300%左右,系统持续告警 #45072
Unanswered
gangren-user
asked this question in
Q&A and General discussion
Replies: 2 comments 7 replies
-
|
内部环境部署,日志不方便导出上传到公网 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
用Attu这个工具观察一下Tasks面板,看有没有index task或者compaction task。如果有持续的数据insert/upsert/delete,就会持续触发这两种任务。 浏览器里打开:http://localhost:8000/
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
docker单机部署,docker compose xxxx.yaml的方式启动,都是默认配置
在我的milvus运行过程当中,看到standalone节点的cpu占用率一直很高(300%左右),系统一直报警
服务器只运行了milvus数据库,而且docker里面也没有其他容器在运行,我原本以为是我的业务侧连接池连接数量太多导致的,最终将业务侧连接池改为1,发现CPU并没有降低
在其他QA问答中有提到说是因为数据表开启了相关操作,例如mmap_enable等,我的数据集里面并没有开启mmap_enable,但是我开启了enable_match、enable_analyzer选项
从官方文档手册中这两个参数的说明,只提到了会影响存储资源,并没有提到会影响CPU,同时我查看了我的docker内存情况,总共15G,standalone占用了11G,其他容器总占用不超过500M
这里不清楚为什么会出现CPU一直飙高的情况,一直也降不下来
Beta Was this translation helpful? Give feedback.
All reactions