Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ OpsCenter Performance and Tuning Guide
  3. About OpsCenter performance and tuning
  4. About tuning OpsCenter for increased performance
  5. About adjusting the heap size or cache size for OpsCenter services
  6. Adjusting the default heap size for the OpsCenter web server service
Veritas NetBackup™ OpsCenter Performance and Tuning Guide

Adjusting the default heap size for the OpsCenter web server service

The default heap size of the OpsCenter web server service can be increased from 1024 MB to a higher value (like 2048 MB). You can determine a higher value based on the physical memory (RAM) and the virtual memory that is available on your system.

See About adjusting the heap size or cache size for OpsCenter services.

Note:

The information that is published in this section is based on the tests that were performed in Veritas Lab in a controlled environment with expert users. These can only be used as guidelines and should not be used as 100% accurate benchmarks.

Note:

If you start noticing poor performance in the OpsCenter console every few days and restarting the Veritas NetBackup OpsCenter web server service fixes the problem, you should increase the web server service default heap size.

To adjust the default heap size of the web server service on Windows

  1. Open OpsCenterGUIService.xml file from the following location on the OpsCenter server:

    Note:

    Save a copy of the OpsCenterGUIService.xml file before modifying it.

  2. Modify the Xmx value in the following string:
    <EnvVar name="JAVA_OPTS" value="-Xrs -Xms512m -Xmx1024m

    For example, replace -Xmx1024m with -Xmx1400m to increase the maximum heap size from 1024 MB to 1400 MB.

    Note:

    This string may be listed twice in the OpsCenterGUIService.xml file. You can change modify both the occurences of -Xmx in the OpsCenterGUIService.xml file to adjust the heap size.

  3. Save the OpsCenterGUIService.xml file.
  4. You must restart all OpsCenter server services for the changes to be effective.

    Enter the following commands to first stop and then start all OpsCenter server services as follows: INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat stop

    INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat start

To adjust the default heap size on UNIX

  1. Open the startGUI file from the following location: INSTALL_PATH/SYMCOpsCenterGUI/bin

    Note:

    Save a copy of the startGUI file before modifying it.

  2. Modify the Xmx1024M value in the following string:
    JAVA_OPTS="-Xrs -d64 -Xms512M -Xmx1024m...

    For example, replace -Xmx1024M with -Xmx1400M to increase the maximum heap size from 1024 MB to 1400 MB.

  3. Save the startGUI file.
  4. You must restart all OpsCenter server processes for the changes to be effective.

    Enter the following commands to first stop and then start all OpsCenter server processes as follows: INSTALL_PATH/SYMCOpsCenterServer/bin/opsadmin.sh stop

    INSTALL_PATH/SYMCOpsCenterServer/bin/opsadmin.sh start

Feedback

Was this page helpful?
Previous

Adjusting the default heap size for the OpsCenter server service

Next

Adjusting the default heap size for the OpsCenter Agent service

Feedback

Was this page helpful?