Limiting RAM in Qdrant #693
Faiee50
announced in
Announcements
Replies: 1 comment
-
@generall , @timvisee , @joein , can you please guide me , is any of these configurations are available in Qdrant ? Your response in this regard is highly appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on optimizing the RAM usage for our Qdrant setup. We have configured our collections to be saved on disk and are using memmap to reduce latency. However, as our data grows, we are experiencing an increase in RAM usage.
Our goal is to limit the RAM usage to some limit lets say 8GB, ensuring that only the most recent collections are kept in RAM, while the least used collections are not. Additionally, we want to avoid any Out-Of-Vocabulary (OOV) errors during this process.
Could you please provide guidance on how to achieve this configuration? Specifically, we are looking for:
Your assistance in this matter would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions