High RAM Usage Issue - On-disk Storage Not Taking Effect #4840
ruben-quilez
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @ruben-quilez, have you seen https://qdrant.tech/articles/memory-consumption/ ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for your previous response regarding the high RAM usage in my Qdrant setup. I appreciate your suggestion to use on-disk storage for vectors and indexes. However, I've encountered some issues while trying to implement this solution, and I'd like to provide more context and ask for further assistance.
Current Situation:
I've attempted to change the configuration to use on-disk storage for both vectors and indexes using the on_disk parameter.
I've also read in the documentation that Qdrant 1.4 and later versions support updating collection parameters at runtime, including disk settings, quantization, and HNSW index configurations.
Despite these attempts, I haven't observed any changes in RAM usage or storage behavior.
Steps Taken:
Questions:
Thank you for your continued support!
Beta Was this translation helpful? Give feedback.
All reactions