Inhalt |
---|
General
Internally jadice is making use of ThreadPoolExecutor
s. The different jadice products give the integrator the possibility to adjust threading by configuring the core pool size and the max pool size of their respective ThreadPoolExecutor
s.
...
- Docker: set a CPU limit as stated here
- OpenShift: define a Quota for the pod as stated here
- General: you can also set the values for jadice thread pools manually but we recommend setting a CPU-limit on container-level to get a more predictable behavior
-XX:ActiveProcessorCount=X
as JVM option as stated here
jadice document platform
Jadice TaskService Threadpool ("Jadice TaskService Worker default-...")
...