|
OES SP1 Linux |
Beginning with OES SP1 Linux, for file data, NSS uses the Linux cache page manger to gain access to all available memory in the system. There are some limits in place so that when copying large files, NSS does not starve other user applications for memory, which is also how it works in NetWare. For metadata, NSS is limited to a percentage of the kernel memory limit, which is 1 GB cache.
You can adjust the percentage to be used by NSS with the MinBufferCacheSize parameter. The percentage alloted for OES SP1 can be lower because only metadata is stored in this portion of the cache, not both metadata and file data as it was in the initial release of OES.
This method of managing cache buffers is the same method that is used in other Linux file systems such as ReiserFS, Polyserve, XFS, with the exception of EXT. |