OpenSearch/qa/smoke-test-http
Jason Tedor 40ff169c54 Set available processors for Netty
Netty uses the number of processors for sizing various resources (e.g.,
thread pools, buffer pools, etc.). However, it uses the runtime number
of available processors which might not match the configured number of
processors as set in Elasticsearch to limit the number of threads (for
example, in Docker containers). A new feature was added to Netty that
enables configuring the number of processors Netty should see for sizing
this various resources. This commit takes advantage of this feature to
set this number of available processors to be equal to the configured
number of processors set in Elasticsearch.

Relates #24420
2017-05-01 19:27:28 -04:00
..
src/test/java/org/elasticsearch/http Rename random ASCII helper methods 2017-04-04 11:04:18 -04:00
build.gradle Set available processors for Netty 2017-05-01 19:27:28 -04:00