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

the maximum CPU usage of a single node is only about 60% #11256

Open
chengxinggg opened this issue Feb 26, 2024 · 1 comment
Open

the maximum CPU usage of a single node is only about 60% #11256

chengxinggg opened this issue Feb 26, 2024 · 1 comment

Comments

@chengxinggg
Copy link

During pressure testing, the maximum CPU usage of a single node is only about 60%

@ptupitsyn
Copy link
Contributor

ptupitsyn commented Feb 26, 2024

Please have a look at Thread Pools Tuning article in the documentation. Depending on the workload and your CPU count you might want to increase the size of some thread pools to improve utilization.

For example, queries pool has max(8, total number of cores) size by default, which might be too small when there are lots of cores.

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

No branches or pull requests

2 participants