Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On disk parameter & delete collection has no effect on storage #4204

Open
harshakhmk opened this issue May 8, 2024 · 2 comments
Open

On disk parameter & delete collection has no effect on storage #4204

harshakhmk opened this issue May 8, 2024 · 2 comments

Comments

@harshakhmk
Copy link

Hi, I am trying to run qdrant standalone application on linux Machine , I am inserting 10k data points, I have observed RAM usage is increased significantly and though I used on_disk, it is storing all data on RAM

Also I observed that delete collection is not actually reducing the space used for insertion of data
I have already set the deleted_threshold to 0.01
And vaccum _min_vector_number to 101

@generall
Copy link
Member

generall commented May 8, 2024

hey @harshakhmk, there are no single definition of "RAM usage", could you please elaborate on that?

The most accurate option we found is to measure RssAnon: cat /proc/<PID>/status | grep RssAnon
it shows the ram usage without the disk cache

@harshakhmk
Copy link
Author

I checked RAM usage with above command
Before data insertion, it gave 141MB
Post insertion it is giving 15GB
The same results were reflected using htop/top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants