StorNext File System Tuning
The Metadata Controller System
BufferCacheSize
This setting consumes up to 2X bytes of memory times the number specified. Increasing this value can reduce latency of any metadata operation by performing a hot cache access to directory blocks, inode information, and other metadata info. This is about 10 to 1000 times faster than I/O. It is especially important to increase this setting if metadata I/O latency is high, (for example, more than 2ms average latency). We recommend sizing this according to how much memory is available; more is better. Optimal settings for BufferCacheSize range from 16MB to 128MB.
Example: # BufferCacheSize | 64M | # default 32MB |
InodeCacheSize
This setting consumes about
Example: InodeCacheSize 16K #
ThreadPoolSize
This setting consumes up to 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
12 | StorNext File System Tuning Guide |