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

Let qlever index fail if setting the initial ulimit fails #130

Merged
merged 4 commits into from
Feb 13, 2025

Conversation

ja2142
Copy link
Contributor

@ja2142 ja2142 commented Feb 5, 2025

The command used by qlever index now looks like this: ulimit -Sn <ulimit> && IndexBuilderMain ... (so far, the && was a ;). The default ulimit for inputs larger than 10 GB has been reduced from 1048576 to 500000.

NOTE: If the reason for a failure was a too large ulimit, see #132

@hannahbast hannahbast changed the title Fail if ulimit fails, use lower limit Let qlever index fail if the initial ulimit fails Feb 13, 2025
@hannahbast hannahbast changed the title Let qlever index fail if the initial ulimit fails Let qlever index fail if setting the initial ulimit fails Feb 13, 2025
@hannahbast hannahbast merged commit 5f28d9b into ad-freiburg:main Feb 13, 2025
9 checks 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