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