Hi Santhosh,
If you have threads that are I/O bound, very light on CPU or running infrequently - having more threads in a container might make better use of the CPU allocated to it. However, you need consider whether you will max-out the CPU allocated to the container and cause contention, if that happens it might be better to consider running multiple Pods with less threads and using the Horizontal Pod Autoscaler to cope with spikes.
------------------------------
Regards,
Martin Evans
Integration Architect
IBM Expert Labs
https://ibm.com/expertlabs------------------------------
Original Message:
Sent: Wed September 29, 2021 05:15 AM
From: Santhosh Ramanathan
Subject: Significance of Additional Instance in bar file, when deploying it in CP4I
Hi,
If I mention Additional Instances greater than 1 in bar file and deploy it in CP4I but keeping pod as 1 , will it really process more than 1 thread or additional instances will not be having any impact on CP4I environment and only number of pods defines the number of threads?
------------------------------
Thanks,
Santhosh Ramanathan
------------------------------