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 io_concurrency_limit support to prevent resource exhaustion #1489

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iamthebot
Copy link

@iamthebot iamthebot commented Mar 13, 2025

Closes #1475.

Problem: due to #1488 I'm having trouble actually testing this on linux... may need some help.

@iamthebot iamthebot changed the title [WIP] Add io_concurrency_limit support to prevent resource exhaustion Add io_concurrency_limit support to prevent resource exhaustion Mar 13, 2025
@iamthebot
Copy link
Author

@wolfv I've tested this on OSX and it solves the problem. However, I'm not sure why CI for OSX is failing with the following error:

error: toolchain 'stable-aarch64-apple-darwin' may not be able to run on this system
note: to build software for that platform, try `rustup target add aarch64-apple-darwin` instead
note: add the `--force-non-host` flag to install the toolchain anyway

@wolfv
Copy link
Member

wolfv commented Mar 18, 2025

I think the CI failure is solved in main (just remove this section).

I'll check it out tomorrow and merge :)

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.

[Bug] Too many open files (on OSX aarch64) when setting up test environment
2 participants