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

Too many ACH threads #1825

Closed
suyash248 opened this issue Oct 4, 2022 · 1 comment
Closed

Too many ACH threads #1825

suyash248 opened this issue Oct 4, 2022 · 1 comment

Comments

@suyash248
Copy link

suyash248 commented Oct 4, 2022

I'm creating 1 ACH client per service and I can see that for each service, there are 256 ACH threads + 2 timer threads getting created. But as per the doc, there should be 2 * 4 = 8 ACH threads + 1 timer thread.
I'm setting keep-alive as true,

What's the reason behind too many threads? am I missing something?

Configuration -
OS: Linux
JDK: 1.8
ACH Version: 2.8.1
CPU cores: 4

@suyash248
Copy link
Author

In my case, the docker image was consuming all the cores(64 cores) of the physical machines instead of the limit provided by us(i.e. to use 4 cpu cores). Changing the docker image solved the problem.

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

1 participant