How to enable DNFS and set hugepages
Configuring HugePages for Oracle on Linux (x86-64) The steps in this section are for configuring HugePages on a 64-bit Oracle Linux system running one or more Oracle Database instances. To configure HugePages:Verify that the soft and hard values in kilobytes of memlock that are configured in /etc/security/limits.conf are slightly smaller than the amount of installed memory. For example, if the system has 64GB of RAM, the values shown here would be appropriate: soft memlock 60397977 hard memlock 60397977 Log in as the Oracle account owner (usually oracle ) and use the following command to verify the value of memlock : $ ulimit -l 60397977 If your system is running Oracle Database 11g or later, disable AMM by setting the values of both of the initialization parameters memory_target and memory_max_target to 0. If you start the Oracle Database instances with a server parameter file, which is the default if ...