Modifying the Maximum Heap Size for VRTSweb
The default maximum allowed heap size for the VRTSWeb Java Virtual Machine (JVM) is 256MB. This prevents the Web server from increasing its memory footprint over the specified limit. However, for environments with a large number of VERITAS Web consoles sharing the same VRTSweb instance or with Web consoles managing large configurations, it may be necessary to modify this maximum limit.
You can modify the maximum heap size only from the command line.
# $VRTSWEB_HOME/bin/webgui maxheap new_size_in_MB
For example:
# /opt/VRTSweb/bin/webgui maxheap 512
You must restart the Web server after specifying a new limit.
# $VRTSWEB_HOME/bin/webgui restart
To display the current limit, run the command without specifying a new limit.
# $VRTSWEB_HOME/bin/webgui maxheap
|