- ThreadPoolSupplier (common.configurable) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
core-pool-size | int | 10 | Core pool size of the thread pool executor. |
is-daemon | boolean | true | Is daemon of the thread pool executor. |
keep-alive-minutes | int | 3 | Keep alive minutes of the thread pool executor. |
max-pool-size | int | 50 | Max pool size of the thread pool executor. |
queue-capacity | int | 10000 | Queue capacity of the thread pool executor. |
should-prestart | boolean | true | Whether to prestart core threads in this thread pool executor. |
thread-name-prefix | string | helidon- | Name prefix for threads in this thread pool executor. |
virtual-enforced | boolean | false | Experimental When configured to |
virtual-threads | boolean | false | Experimental When configured to If enabled and available, all other configuration options of this executor service are ignored! |