Skip to content

Commit f98203c

Browse files
committed
(DOCSP-43520) Include the steps to disable THP on a process level for versions <8.0
1 parent c820899 commit f98203c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/reference/mongodb-agent-settings.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,21 @@ Externally Sourced Configuration Settings
553553
Transparent Huge Page (THP) Settings
554554
------------------------------------
555555

556+
{+mdbagent+} allows you to disable Transparent Huge Pages (THP) on a
557+
per-process basis to avoid accidental performance degradation. To disable THP,
558+
perform the following steps:
559+
560+
1. Upgrade the {+mdbagent+} version.
561+
#. Modify the automation config file to include ``enableAgentManagingTHPSettings=true``.
562+
#. Restart the {+mdbagent+} and the managed |mongos| processes. You can now enable THP
563+
on a system-wide level.
564+
565+
.. note::
566+
567+
This will generate false positive start-up errors.
568+
569+
#. (Optional) Upgrade to 8.0.
570+
556571
.. setting:: enableAgentManagingTHPSettings
557572

558573
*Type*: boolean

0 commit comments

Comments
 (0)