File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1+ MongodB removes the following :binary: `~bin.mongod ` options:
2+
3+ .. list-table ::
4+ :header-rows: 1
5+
6+ * - Removed :binary: `~bin.mongod ` Options
7+ - Description
8+
9+ * - ``--cpu ``
10+ - MongoDB 5.2 removes the ``--cpu `` :binary: `~bin.mongod ` option.
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ Options
4848
4949.. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`
5050
51+ .. versionchanged:: 5.2
52+
53+ - MongoDB removes the ``--cpu`` command-line option.
54+
5155.. versionchanged:: 5.0
5256
5357 - MongoDB removes the ``--serviceExecutor`` command-line option and the
@@ -689,12 +693,6 @@ Core Options
689693 prior to restarting :program:`mongod` without :option:`--transitionToAuth`.
690694
691695
692- .. option:: --cpu
693-
694- Forces the :program:`mongod` process to report the percentage of CPU time in
695- write lock, every four seconds.
696-
697-
698696.. option:: --sysinfo
699697
700698 Returns diagnostic system information and then exits. The
Original file line number Diff line number Diff line change @@ -15,3 +15,12 @@ Compatibility Changes in MongoDB 5.2 (Release Candidate)
1515This page is a work in progress and will be updated with changes
1616introduced in 5.2 that can affect compatibility with older versions of
1717MongoDB.
18+
19+ Removed Parameters
20+ ------------------
21+
22+ Removed :binary:`~bin.mongod` Options
23+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24+
25+ .. include:: /includes/5.2/removed-mongod-options.rst
26+
You can’t perform that action at this time.
0 commit comments