Open KatorixZit opened 2 months ago
as you are running Milvus in standalone mode, the other components, such as proxy, datanode, etc, still use cpu computing. BTW, how much latency/qps can you get? @KatorixZit /assign @KatorixZit /unassign
what is your gpu usage? can you give a pprof to show what is the cpu usage? as @yanliang567 said, other node or filter need cpu resources as well
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
Is there an existing issue for this?
Environment
Current Behavior
When I conduct a search with 40 search request/s in a collection that have roughly 800.000 vector that have 512 dimensions. The monitor show up that milvus have 60% CPU Usage. The collection have index as GPU_IVF_FLAT. I've already set the VRAM GPU to 4096;8192 but the CPU usage stay still.
Expected Behavior
The CPU need to be stable, not go that high
Steps To Reproduce
Milvus Log
No response
Anything else?
No response