You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add the following kernel-level option to Talos images?
CONFIG_TRANSPARENT_HUGEPAGE=y
Description
Why this recommendation with the i915 driver ?
The message suggests enabling Transparent Hugepages to take full advantage of Intel GPU performance. This can improve graphics performance in certain cases, such as :
Improved graphics rendering: the GPU can access memory more efficiently when large memory pages are used.
Reduced memory fragmentation: The system is able to better organize and manage memory with less fragmentation, which improves overall performance, especially on large or memory-intensive workloads.
Lower page management costs: Fewer pages to manage means less overhead from address translation and kernel interrupts.
The text was updated successfully, but these errors were encountered:
Fixessiderolabs/talos#9363
This way THP are only enabled if the application explicitly tries to use
them.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit 2c5785b)
Feature Request
Can you add the following kernel-level option to Talos images?
CONFIG_TRANSPARENT_HUGEPAGE=y
Description
Why this recommendation with the i915 driver ?
The message suggests enabling Transparent Hugepages to take full advantage of Intel GPU performance. This can improve graphics performance in certain cases, such as :
The text was updated successfully, but these errors were encountered: