Issue with JVM in cluster
Hello All,
We have JAS server as a cluster with 4 JVM nodes. But, due to high memory utilization issue, we have stopped the 4th node. Now, whenever we are trying to take user specific JAS logs and clicking on Apply button, the 4th node automatically gets up. May I know why this JAS log capturing activity is making the 4th node also up?
I could see under the startup.properties file of the JVM, there is a parameter called
AutoStart=True
If I set the above value to "False", will it ensure that this JVM does not get started? And also changing this value for this particular 4th JVM will not impact the other JVMs?