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. Recommended shared memory settings
NetBackup™ Backup Planning and Performance Tuning Guide

Recommended shared memory settings

Note:

for the default number of shared data buffers for various NetBackup operations.

The SIZE_DATA_BUFFERS setting for backup to tape is typically increased to 256 KB and NUMBER_DATA_BUFFERS is increased to 16. To configure NetBackup to use 16 x 256-KB data buffers, specify 262144 (256 x 1024) in SIZE_DATA_BUFFERS and 16 in NUMBER_DATA_BUFFERS.

Note that an increase in the size and number of the data buffers uses up more shared memory, which is a limited system resource. The total amount of shared memory that is used for each tape drive is:

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

For two tape drives, each with a multiplexing setting of 4 and with 16 buffers of 256KB, the total shared memory usage would be:

(16 * 262144) * 2 * 4 = 32768 KB (32 MB)

If large amounts of memory are to be allocated, the kernel may require additional tuning to provide enough shared memory for NetBackup.

Make changes carefully, monitoring for performance changes with each modification. For example, an increase in the tape buffer size can cause some backups to run slower. Also, there have been cases with restore issues. After any changes, be sure to include restores as part of your validation testing.

More Information

Table: Default number of shared data buffers

Feedback

Was this page helpful?
Previous

Note on shared memory and NetBackup for NDMP

Next

Recommended number of data buffers for SAN Client and FT media server

Feedback

Was this page helpful?