mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
0e98ee5d73
When this JVM variable is not set Jetty creates selectors based on the number of available processors (`Runtime.getRuntime().availableProcessors()`).
Jetty will also throw an exception when there is a mismatch between the max thread pool size and the number of selectors.
This causes issues with the default thread pool size of 10 on machines with more than 10 available processors.
See also [`SelectorManager.defaultSelectors(Executor)`](
|
||
---|---|---|
.. | ||
org.openhab.automation.groovyscripting.tests | ||
org.openhab.automation.jsscriptingnashorn.tests | ||
org.openhab.binding.astro.tests | ||
org.openhab.binding.avmfritz.tests | ||
org.openhab.binding.feed.tests | ||
org.openhab.binding.hue.tests | ||
org.openhab.binding.max.tests | ||
org.openhab.binding.mielecloud.tests | ||
org.openhab.binding.modbus.tests | ||
org.openhab.binding.mqtt.homeassistant.tests | ||
org.openhab.binding.mqtt.homie.tests | ||
org.openhab.binding.mqtt.ruuvigateway.tests | ||
org.openhab.binding.ntp.tests | ||
org.openhab.binding.systeminfo.tests | ||
org.openhab.binding.tradfri.tests | ||
org.openhab.binding.wemo.tests | ||
org.openhab.persistence.mapdb.tests | ||
itest-common.bndrun | ||
pom.xml |