Use the Real Path Cache

File name resolution is a long process because  uses information from file system. The kernel of translates node numbers to full file names when it intercepts appropriate events. Real path caching saves file names within an internal table.
capamsc141
File name resolution is a long process because
Privileged Access Manager
uses information from the file system. The kernel of
Privileged Access Manager
translates node numbers to full file names when it intercepts appropriate events. Real path caching saves file names within an internal table.
To enable this feature, set the token cache_enabled to 1 in the [SEOS_syscall] section of the seos.ini file. File names are cached in the table with a data pair: inode number and device number.
For more information about the seos.ini initialization file, see the
Reference Guide
.