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

Automatic Thread Count #504

Open
jamesward opened this issue Jan 16, 2024 · 0 comments
Open

Automatic Thread Count #504

jamesward opened this issue Jan 16, 2024 · 0 comments

Comments

@jamesward
Copy link

Describe the Enhancement

Given JVM virtual threads (Loom) and other non-blocking JVM approaches, it'd be nice to have an option to automatically manage the thread count based on the number of system cores, similar to how memory can be determined at runtime by the memory calculator.

Possible Solution

Maybe a parameter like BP_USES_VIRTUAL_THREADS as a boolean. When true it sets the thread count to the number of system cores.

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