Tuesday, November 8, 2016

How to increase JVM IBM integration bus

mqsireportproperties TESTNODE -e Java_POC -o ComIbmJVMManager -r


mqsichangeproperties TESTNODE -e Java_POC -o ComIbmJVMManager -n jvmMaxHeapSize -v 1073741824


mqsireportproperties TESTNODE -b agent -o ComIbmJVMManager -r


mqsichangeproperties TESTNODE -b agent -n jvmMaxHeapSize -o ComIbmJVMManager -v 1073741824

No comments:

Post a Comment

Distributed Computing: A Guide to Comparing Data Between Hive Tables Using Spark

In big data, efficient data comparison is essential for ensuring data integrity and validating data migrations. Apache Spark, with its in-me...