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

Tweak rlimits #1181

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Tweak rlimits #1181

merged 1 commit into from
Dec 18, 2023

Conversation

ggordonhall
Copy link
Contributor

@ggordonhall ggordonhall commented Dec 18, 2023

Qdrant still crashes on startup with

Result::unwrap()` on an `Err` value: Os { code: 24, kind: Uncategorized, message: "Too many open files" }`

for some users. We currently raise the rlimit if we detect that it is below 2048. This PR relaxes this, raising the rlimit if we detect that it's lower than 10,000.

Copy link

gitpod-io bot commented Dec 18, 2023

@ggordonhall ggordonhall merged commit 2b197a8 into main Dec 18, 2023
2 checks passed
@ggordonhall ggordonhall deleted the gabriel/tweak-rlimits branch December 18, 2023 10:29
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.

None yet

2 participants