Skip to content

Commit f453a46

Browse files
committed
DOCS-14221, DOCS-14288 Platform Support minimum microarch
1 parent 3cb35e3 commit f453a46

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

source/administration/production-notes.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ recommendations.
5050
x86_64
5151
``````
5252

53+
MongoDB requires the following minimum ``x86_64`` microarchitectures:
54+
55+
- For Intel ``x86_64``, MongoDB requires *Sandy Bridge* or later.
56+
- For AMD ``x86_64``, MongoDB requires *Bulldozer* or later.
57+
58+
Starting in MongoDB 5.0, :binary:`~bin.mongod`, :binary:`~bin.mongos`,
59+
and the :binary:`~bin.mongo` shell no longer support ``x86_64``
60+
platforms which do not meet this minimum microarchitecture requirement.
61+
5362
.. include:: /includes/fact-platform-x86_64.rst
5463

5564
.. [#oracle-linux]
@@ -63,6 +72,13 @@ x86_64
6372
ARM64
6473
`````
6574

75+
MongoDB on ``arm64`` requires the *ARMv8.2-A* or later
76+
microarchitecture.
77+
78+
Starting in MongoDB 5.0, :binary:`~bin.mongod`, :binary:`~bin.mongos`,
79+
and the :binary:`~bin.mongo` shell no longer support ``arm64``
80+
platforms which do not meet this minimum microarchitecture requirement.
81+
6682
.. include:: /includes/fact-platform-arm64.rst
6783

6884
.. _prod-notes-supported-platforms-PPC64LE:

source/release-notes/5.0.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,33 @@ Drivers
462462
Platform Support
463463
----------------
464464

465+
.. _5.0-rel-notes-minimum-microarchitecture:
466+
467+
Minimum Microarchitecture
468+
~~~~~~~~~~~~~~~~~~~~~~~~~
469+
470+
MongoDB 5.0 introduces the following minimum microarchitecture
471+
requirements:
472+
473+
.. list-table::
474+
:header-rows: 1
475+
:widths: 15 85
476+
477+
* - CPU
478+
- Minimum Supported Microarchitecture
479+
480+
* - Intel ``x86_64``
481+
- MongoDB 5.0 requires Intel *Sandy Bridge* or later.
482+
483+
* - AMD ``x86_64``
484+
- MongoDB 5.0 requires AMD *Bulldozer* or later.
485+
486+
* - ARM ``arm64``
487+
- MongoDB 5.0 requires *ARMv8.2-A* or later.
488+
489+
MongoDB v5.0 is not supported on ``x86_64`` or ``arm64`` platforms that
490+
do not meet these minimum microarchitecture requirements.
491+
465492
Removed Platforms
466493
~~~~~~~~~~~~~~~~~
467494

0 commit comments

Comments
 (0)