Open
Description
What would you like to be added?
Transparent Huge Pages (THP)
Why is this needed?
Go language has some memory-related optimizations, as outlined in this guide, which includes Linux Transparent Huge Pages (THP).
Is it recommended to enable Transparent Huge Pages (THP) on the master node when installing the core components of Kubernetes (K8s)?
Relevant materials:
Oracle recommends disabling transparent huge pages:
Disabling Transparent HugePages
Redis recommends disabling transparent huge pages:
Redis Documentation on Transparent Huge Pages
Activity