You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. Whentrue
it sets the thread count to the number of system cores.The text was updated successfully, but these errors were encountered: