Skip to content

DOCS-13741 add warning to ttlMonitorEnabled param #4867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/reference/parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,8 @@ General Parameters

|mongod-only|

*Default*: ``true``

To support :doc:`TTL Indexes </core/index-ttl>`, :binary:`~bin.mongod`
instances have a background thread that is responsible for deleting
documents from collections with TTL indexes.
Expand All @@ -1078,6 +1080,14 @@ General Parameters

mongod --setParameter ttlMonitorEnabled=false

.. important::

Do not run production :binary:`~bin.mongod` instances with
``ttlMonitorEnabled`` disabled, except under guidance from MongoDB
support. Preventing TTL document removal can negatively impact
MongoDB internal system operations that depend on
:doc:`TTL Indexes </core/index-ttl>`.

.. parameter:: tcpFastOpenServer

.. versionadded:: 4.4
Expand Down