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™ Administrator's Guide, Volume I
  3. Section IX. Administering NetBackup
  4. Using the NetBackup Remote Administration Console
  5. Run-time configuration options for the NetBackup Administration Console
  6. INITIAL_MEMORY, MAX_MEMORY
Veritas NetBackup™ Administrator's Guide, Volume I

INITIAL_MEMORY, MAX_MEMORY

Both INITIAL_MEMORY and MAX_MEMORY allow configuration of memory usage for the Java Virtual Machine (JVM).

It is recommended that all of the interfaces (the NetBackup Remote Administration Console, the NetBackup Administration Console, or the NetBackup Backup, Archive, and Restore user interface) run on a system that contains at least 1 gigabyte of physical memory. Make sure that 512 megabytes of memory are available to the application.

INITIAL_MEMORY specifies how much memory is allocated for the heap when the JVM starts. The value probably does not require changing. The default is sufficient for quickest initialization of jnbSA, the Remote Administration Console, or jbpSA on a system with the recommended amount of memory.

On UNIX systems, the initial memory allocation can also be specified as part of the jnbSA or jbpSA command. For example:

jnbSA -ms 256M

Default = 256M (megabytes).

MAX_MEMORY specifies the maximum heap size that the JVM uses for dynamically allocated objects and arrays. If the amount of data is large, consider specifying the maximum heap size. For example, a large number of jobs in the Activity Monitor.

On UNIX systems, the maximum memory allocation can also be specified as part of the jnbSA or jbpSA command. For example:

jnbSA -mx 512M

Default = 512M (megabytes).

Feedback

Was this page helpful?
Previous

FORCE_IPADDR_LOOKUP

Next

MEM_USE_WARNING

Feedback

Was this page helpful?