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

The problem of memory overflow when creating many small HNSWs #610

Open
DMoRanSky opened this issue Jan 25, 2025 · 0 comments
Open

The problem of memory overflow when creating many small HNSWs #610

DMoRanSky opened this issue Jan 25, 2025 · 0 comments

Comments

@DMoRanSky
Copy link

Hello, I found that using hnswlib to create many relatively small (the total number of points is guaranteed) HNSWs will explode very large. For example, if I create 1e6 hnsws of size 1, the expected memory should not exceed 100M. I directly output the storage space size, but when I actually run the program, it is killed. I don't know why?

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

1 participant