Verifying HugePages Behavior in XFS Files
For best performance, map the data files placed in DAX-enabled storage in to the virtual address space using HugePages mappings. For a memory-mapped file, set up the virtual-to-physical address translations when the pages are first touched.
If you map pages through DAX using HugePages mappings, then the pages will not use page-cache pages.
You can enable a trace to determine if the page-fault handler granularity is 2 MB or lower, and if it bypasses the page cache.
Related Topics
Parent topic: Deploying Oracle Database with Oracle Memory Speed