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

Reduce number of Tokio workers #129

Closed
ulyssa opened this issue Jul 5, 2023 · 0 comments
Closed

Reduce number of Tokio workers #129

ulyssa opened this issue Jul 5, 2023 · 0 comments
Assignees

Comments

@ulyssa
Copy link
Owner

ulyssa commented Jul 5, 2023

Tokio by default creates a worker thread per CPU on the machine, which shouldn't be necessary for iamb. I'm going to reduce the number of workers that the runtime creates, and also rework how iamb does some of its work in the background.

@ulyssa ulyssa self-assigned this Jul 5, 2023
ulyssa added a commit that referenced this issue Jul 5, 2023
@ulyssa ulyssa closed this as completed Jul 7, 2023
@ulyssa ulyssa mentioned this issue Jul 8, 2023
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

1 participant