Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix number of thread in javadoc #2757

Merged
merged 1 commit into from
Jun 11, 2019
Merged

Fix number of thread in javadoc #2757

merged 1 commit into from
Jun 11, 2019

Conversation

nagetsum
Copy link
Contributor

@nagetsum nagetsum commented Jun 7, 2019

According to the below code, default maxThreads is 8 * the number of available processors.

https://github.com/quarkusio/quarkus/blob/master/core/runtime/src/main/java/io/quarkus/runtime/ExecutorTemplate.java#L168

builder.setMaximumPoolSize(threadPoolConfig.maxThreads.orElse(8 * cpus));

@cescoffier cescoffier changed the title Fix minor typo in javadoc Fix number of thread in javadoc Jun 11, 2019
@cescoffier cescoffier merged commit ff3795f into quarkusio:master Jun 11, 2019
@cescoffier cescoffier added this to the 0.17.0 milestone Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants