Add documentation for Linux THP alignment performance impact in OpenVINO
Summary
This PR adds a documentation page describing a Linux kernel Transparent Huge Page (THP) alignment behavior (commit efa7df3e3bb5) that can negatively impact performance when running dynamic Hugging Face Transformer models with OpenVINO. The document explains affected workloads, symptoms, diagnostic tips, and recommended mitigation guidance.
Motivation
This issue was reported based on performance regressions observed on Intel Developer Cloud when THP coalescence was disrupted due to forced PMD alignment. The documentation helps users understand and avoid this behavior when benchmarking or deploying OpenVINO-based workloads on Linux.
Related Issue
Fixes: #33137
Changes • Added new page: linux_thp_performance_impact.rst in docs/articles_en/documentation/.
@mlukasze @ahnyoung-paul @alanzhai219 Can you please review this PR if possible and tell me the changes required!!
.take
@almilosz Can you please also review!