StorNext File System Tuning
The Metadata Controller System
InodeCacheSize
This setting consumes about
Example: InodeCacheSize | 16K # |
ThreadPoolSize
This setting consumes 512 KB memory times the number specified. Increasing this value can improve concurrency of metadata operations. For example, if many client processes are executing concurrently, the thread pool can become exhausted by I/O wait time. Increasing the thread pool size permits hot cache operations to be processed that would otherwise be backed up behind the
Example: ThreadPoolSize | 32 # default 16, 512 KB memory per thread |
ForcestripeAlignment
This setting should always be set to Yes. This is critical if the largest StripeBreadth defined is greater than 1MB. Note that this setting is not adjustable after initial file system creation.
Example: ForcestripeAlignment Yes
FsBlockSize
The optimal settings are in the range of 4K, 8K, 16K, or 32K. Settings greater than 32K can adversely impact performance because metadata I/ O operations are performed less efficiently. Any value greater than 4K
StorNext File System Tuning Guide | 11 |