The task running the Vantage Web Client is getting a java "OutOfMemoryError" condition.
The Vantage Web STC returns the following messages:
JVMDUMP039I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError" at 2016/01/14 17:57:51 - please wait.
JVMDUMP032I JVM requested System dump using 'JVM.TDUMP.VANWEBUI.D160114.T175751' in response to an event
...
Vantage
This error means that there was too much workload going on in the Vantage Web STC and the JVM ran out of memory in its memory heap.
The solution is to increase the JVM memory heap for the Vantage Web STC. Some actions which can cause excessive memory usage include having a large number of users accessing the Web Client simultaneously, and also having a large number of windows (tabs) open for objects which contain large numbers of records (such as the All Data Sets (DTOC4SYS) object), and additionally, displaying graphing information of these large objects which can result in the fetching of yet more large amounts of data.
The solution requires editing the VANWEBUI job/STC (usually found in the **.CCTUSAMP data set) and updating the following line:
IJO="-Xms128m -Xmx512m" to higher values like IJO="-Xms800m -Xmx800m" or even "-Xms1024m -Xmx8192m"
Also, reducing the number of users concurrently accessing the Web Client (and each user processing many large objects, and/or exercising graphing of these objects) can reduce the memory requirements.
Preferably both values should be the same, but in some cases a larger range is needed. In some cases setting higher values can cause problems and Vantage cannot influence this as this has something to do with IBM JVM, and not Vantage. For 31-bit JVM the theoretical limit is 2G of memory, but for 32-bit Windows systems the actual limit will be somewhat lower (1.4G to 1.6G).
Another solution is to add the following line after the last line:
export _BPX_SHAREAS=NO.
This should disallow other JVM applications from using the memory of the Vantage Web UI (STC).