guillaume
Member since 11.06.2012
1 post
|
11.06.2012 at 16:56:49
Trying to launch MQPerf on an Oracle T4-4 server (Solaris), I get this error
$ java -jar MQPerf_v1-0-0.jar
[test1] Invalid maximum heap size: -Xmx68585259008
[test1] The specified size exceeds the maximum representable size.
[test1] Could not create the Java virtual machine.
java -Xmx3g doesn’t help, neither does java -d64
|
willy
Member since 11.07.2012
1 post
|
11.07.2012 at 10:20:58
Hi Guillaume,
First, the Xmx3g parameter is not taken into account, as MQperf sets its own Xmx parameter value for tests, based on physical memory as read by JMX. The value given in your error message let us think you have a (very) large amount of memory on your server. Can you confirm that?
Also, there is a limitation (due to java) on the size of the Xmx parameter value. Notice that this limitation is system dependent, and we did not anticipate such an error.
Finally, we’re working on a fix and are confident to provide soon a new release of MQperf solving this issue.
|