Target Work Load Manager
Hi - We have 9 JVM's across 3 physical hosts
host 1: x1,y1,z1
host2: x2, y2, z2
host3: x3,y3,z3
x1,x2 and x3 JVM hosts app1
y1,y2,y3 JVM hosts app2
z1,z2,z3 JVM hosts apps3
All are using default workload manager which doesnt have limit on threads jvm's can use. We want to limit the threads used by each application.
I created the global workload manager (gwm1) with max thread constraint to 30 and assign it to all 9 JVM's.
1. 30 threads are shared across 9 JVM's ?
2. Each JVM will have its own implementation of work manager locally ?
so that each JVM can use all 30 threads( 90 threads across each host, Ignore admin server for time being)
0