-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Open
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>non-issueTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
Unless configured otherwise (by means of tests.configure_test_clusters_with_one_processor
) tests should be configured to run with a small number of processors (2 was considered a good number by Core/Infra) to adequately size thread pools in relation to the available heap, e.g. using the node.processors
setting or -XX:ActiveProcessorCount
alternatively.
Sizing thread pools properly is necessary to prevent OOMs when attempting to allocate thread local direct buffers as done in various places.
Metadata
Metadata
Assignees
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>non-issueTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team