Is there a way to change the Java heap size values for the RTView builder and viewer?

Is there a way to change the Java heap size values for the RTView builder and viewer?

book

Article ID: KB0087064

calendar_today

Updated On:

Products Versions
TIBCO Enterprise RTView -
Not Applicable -

Description

Resolution:
To pass in java options to RTView, use RTV_JAVAOPTS.
For example, for java heap size you can use the following:

RTV_JAVAOPTS=-Xmx256m

Here’s what's mentioned in the documentation:

“Java options specified in RTV_JAVAOPTS will be used by all of the Enterprise RTView run scripts. These will be passed into the java process from the Enterprise RTView run scripts. These will not be used when Enterprise RTView applications are run from the Windows Start menu. This environment variable is optional.”

Issue/Introduction

Is there a way to change the Java heap size values for the RTView builder and viewer?