Tune StorNext for Small Files

This section describes configuration settings that can lead to improved performance when using Storage Manager with workflows involving many small files, where the size of the file is 50 kilobytes or less. Before making these adjustments, ensure that the metadata controllers have sufficient RAM to accommodate the new values.

  1. In the StorNext GUI, adjust the Buffer Cache Size in the file system configuration to 2 GB or larger. This setting is located in the Performance tab under Configuration Parameters.
  2. Adjust the /etc/fstab file on the primary MDC so that the entry for the StorNext file system contains:

    threads=16,cachebufsize=64k,buffercachecap=4096,dircachesize=128m,cvnode_max=1048576

    For example, change:

    snfs1 /stornext/snfs1 cvfs rw,noauto 0 0

    So that it reads instead:

    snfs1 /stornext/snfs1 cvfs rw,noauto,threads=16,cachebufsize=64k,buffercachecap=4096,dircachesize=128m,cvnode_max=1048576 0 0
  3. Restart StorNext to have the changes take effect.