Quotes

Monday, October 17, 2016

JVM increase for NODE and EG

You can use the following command to change the JVM heap size for the broker agent:
  1. a. mqsichangeproperties <BROKER_NAME> -b agent -n jvmMaxHeapSize -o ComIbmJVMManager -v <size in bytes>
  2. b. Restart the broker
  3. c. Run the following command to verify the change:
  4. mqsireportproperties <BROKER_NAME> -b agent -o ComIbmJVMManager -r
You can use the following command to change the JVM heap size for an execution group:
  1. a. mqsichangeproperties <BROKER_NAME> -e <EG name> -o ComIbmJVMManager -n jvmMaxHeapSize -v <size in bytes>
  2. b. Restart the broker
  3. c. Run the following command to verify the change:
  4. mqsireportproperties <BROKER_NAME> -e <EG name> -o ComIbmJVMManager -r

No comments:

Post a Comment