High RAM Usage by Milvus Proxy Service #37434
-
I deploy Milvus cluster v2.4.6. Now, milvus proxy in one node is using a large amount of RAM. Is this normal or abnormal? Some logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There are two fixes for memory leak/usage of proxy in v2.4.7 and v2.4.11:
Use pprof to export the heap state: |
Beta Was this translation helpful? Give feedback.
There are two fixes for memory leak/usage of proxy in v2.4.7 and v2.4.11:
Use pprof to export the heap state:
go tool pprof -http=:10002 http://[the-high-ram-proxy-address]:9091/debug/pprof/heap