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

Add to onboarding reproduction logs #2462

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Conversation

DanielKohn1208
Copy link
Contributor

System Setup:
Operating System: Arch Linux, Kernel 6.8.1
Memory: 16GB
CPU: Intel i5-8350U (8) @ 3.600GHz
Python Version: 3.11.8
Java Version: 21.0.3
Maven: 3.9.6

When running the command

bin/run.sh io.anserini.index.IndexCollection \
  -collection JsonCollection \
  -input collections/msmarco-passage/collection_jsonl \
  -index indexes/msmarco-passage/lucene-index-msmarco \
  -generator DefaultLuceneDocumentGenerator \
  -threads 9 -storePositions -storeDocvectors -storeRaw 

to index the documents, I had to add the flag -memory-buffer 128 as the process would get killed for what I suspect to be high memory usage.

The documentation for the onboarding path had not yet reflected the change from maven-appassembler-plugin to a custom run script. I have updated the documentation to reflect this change.

Besides this, everything worked as expected

@lintool lintool self-requested a review April 23, 2024 02:05
@lintool
Copy link
Member

lintool commented Apr 23, 2024

Hi @DanielKohn1208 thanks for catching the doc fixes!

@lintool lintool merged commit da5958b into castorini:master Apr 23, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants