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. NetBackup™ Backup Planning and Performance Tuning Guide
  3. Tuning the NetBackup data transfer path
  4. NetBackup server performance in the data transfer path
  5. About shared memory (number and size of data buffers)
  6. Amount of shared memory required by NetBackup
NetBackup™ Backup Planning and Performance Tuning Guide

Amount of shared memory required by NetBackup

You can use this formula to calculate the amount of shared memory that NetBackup requires:

  • For tape:

    Shared memory required = (number_data_buffers * size_data_buffers) * number_tape_drives * max_multiplexing_setting

  • For disk:

    Shared memory required = (number_data_buffers * size_data_buffers)

For example, assume that the number of shared data buffers is 16, and the size of the shared data buffers is 64 kilobytes. Also assume two tape drives, and a maximum multiplexing setting of four. Following the formula, NetBackup requires 8 MB of shared memory:

    (16 * 65536) * 2 * 4 = 8 MB

Be careful when changing these settings.

See Testing changes made to shared memory.

Feedback

Was this page helpful?
Previous

Default size of shared data buffers

Next

How to change the number of shared data buffers

Feedback

Was this page helpful?