Skip to content

Use available processor number for default thread count in consumer work service #730

Closed
@acogoluegnes

Description

@acogoluegnes

The current value is Runtime#availableProcessors() x 2, but it was set a long time ago and is quite high now considering the number of cores available nowadays.

Setting the value to Runtime#availableProcessors() should be reasonable for most workloads.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions