@cqowsy We are releasing the ability to make the thread calculation configurable along with documentation on how to do so in the next release to resolve this issue. We are working on some other features for that release and so I do not have a time table for when you’ll see it. In the interim, I can share with you configurations (CPU set to 1,3,8) that worked when you have control over the number of CPUS. I know with Docker or Openshift etc you may not have as much control over the max number of threads.
The following configs worked with health endpoint worked:
openjdk 8, 1 cpu
openjdk 8, 3 cpu
oracle 8, 3 cpu
openjdk 8, 8 cpu
oracle 8, 8 cpu
The following configs failed:
openjdk 8, 2 cpu
oracle 8, 2 cpu
openjdk 8, 4 cpu
oracle 8, 4 cpu
openjdk 8, 5 cpu
oracle 8, 5 cpu
openjdk 8, 6 cpu
oracle 8, 6 cpu
openjdk 8, 7 cpu
oracle 8, 7 cpu
I’ll be sure to update this thread with a link to the documentation and the new feature once released.