Home > Storage > PowerFlex > White Papers > Cloudera Data Platform (CDP) 7.1.6 with PowerFlex and PowerScale > Best practices
This section outlines the performance best practices that are followed in this solution.
PowerFlex rack best practices include:
PowerFlex best practices include:
See PowerFlex Tuning Parameters for more details on PowerFlex performance tuning and best practices.
See PowerFlex Networking Best Practices for detailed networking best practices.
See the Dell EMC PowerScale Hadoop Data Storage best practice guide for PowerScale performance tuning and best practices.
CDP best practices include:
Minimize anonymous page faults by setting vm.swappiness=1, freeing from page cache before “swapping” application pages. This setting reduces the OOM-killer invocation.
vm.swappiness=1
# sysctl –p
# sysctl –a|grep "vm.swappiness"
Add the following command to /etc/rc.local to ensure that transparent huge page compaction remains disabled across reboots:
echo "never" >/sys/kernel/mm/redhat_transparent_hugepage/enabled
Add the following command to /etc/rc.local to ensure that defragmentation remains disabled across reboots:
echo "never" > /sys/kernel/mm/redhat_transparent_hugepage/defrag
The backend network between PowerFlex nodes and PowerScale should be 40 Gbps, with Jumbo Frames set (MTU=9162) for the NICs and the switch ports.