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

remote server fail when run lance benchmark #2490

Open
broccoliSpicy opened this issue Jun 19, 2024 · 2 comments
Open

remote server fail when run lance benchmark #2490

broccoliSpicy opened this issue Jun 19, 2024 · 2 comments

Comments

@broccoliSpicy
Copy link
Contributor

broccoliSpicy commented Jun 19, 2024

my remote Debian server always fail when run lance benchmark

Screenshot 2024-06-19 at 9 45 51 AM

last htop output before lose connection:

Screenshot 2024-06-19 at 10 09 22 AM
@wjones127
Copy link
Contributor

It's very common to run out of memory while building the benchmarks, especially if you are building all of them at once. IIRC there's a way to build just the one you want to run. Might need to do cargo bench -- bench_hnsw

@broccoliSpicy
Copy link
Contributor Author

broccoliSpicy commented Jun 19, 2024

actually both cargo bench bench_hnsw and cargo bench -- bench_hnsw build and run the binary bench_hnsw needs.

I solved this issue by allocating larger swap file on the disk(64GB).

current setup that can build benchmark run:
Screenshot 2024-06-19 at 4 57 39 PM

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