RE: Threads Min and Max

2019-02-13 Thread Walters, Mark
Have a read of the two posts referenced here - https://communities.bmc.com/thread/100214?start=0 Also, it has been suggested that, for AR 9.x, it is better to use the same value for MIN and MAX as this allow Java to create the threads in the most optimal manner and may yield a performance gain

Re: Threads Min and Max

2019-02-13 Thread Mayuresh Wagh
HI Thomas, I believe when AR Server service start it starts with Min number of threads & as the load goes up it start adding threads to cater requests. It can use max number of threads and cannot go beyond that number. Regards, Mayuresh On Wed, Feb 13, 2019 at 3:28 PM Thomas Miskiewicz wrote: