In InfoSphere Information Server, the command line interface (istool) does not have sufficient memory to run
Problem(Abstract) In IBM InfoSphere Information Server, enough memory must be allocated to run istool commands. Insufficient memory allocation in the computer that runs the istool command might cause the command to fail. Symptom In the following example, the istool query command fails and displays an OutOfMemoryError error in a JAVA heap message: istool workbench query -domain myserver -username myname -password mypasswrd -queryname "BI Report Models" Initializing query engine ..... JVMDUMP0061 Processing dump event "systhrow", detail "java/lang/OutOfMemoryError" - please wait. JVMDUMP0321 JVM requested Snap dump using '/data/IBM/InformationServer/Clients/istools/cli/Snap.2091125.10000 Cause By default, 64 MB of memory is allocated to run istool commands. This amount of memory is not sufficient to run metadata workbench commands. Resolving the problem On th...