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. IT Analytics Help
  3. Section III. Certified configurations
  4. Data Collector server configurations
  5. Data Collector server memory and CPU guidelines
  6. Customize the Linux file handle setting for large collections

Customize the Linux file handle setting for large collections

In Linux, a portion of memory is designated for file handles, which is the mechanism used to determine the number of files that can be open at one time. The default value is 1024. For large data collection policy environments, this number may need to be increased to 8192. A large environment is characterized as any collector that is collecting from 20 or more subsystems, such as 20+ TSM instances or 20+ unique arrays.

To change the number of file handles, take the following steps.

  1. On the Linux Data Collector server, edit:

    /etc/security/limits.conf

    At the end of the file, add the following lines:

    root soft nofile 8192
    root hard nofile 8192
    
  2. Log out and log back in as root to execute the following commands to validate all values have been set to 8192.

    ulimit -n
    ulimit -Hn
    ulimit -Sn
    
  3. Restart the Data Collector.

Feedback

Was this page helpful?
Previous

Data Collector server memory and CPU guidelines

Next

Factors impacting Data Collector performance and memory requirements

Feedback

Was this page helpful?