We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f44c4f commit cddbf80Copy full SHA for cddbf80
source/includes/fact-mmapv1-big-endian.rst
@@ -1,7 +1,6 @@
1
.. important::
2
3
- MMAPv1 is unsupported on big-endian and certain bi-endian
4
- architectures. This includes the IBM z/Architecture (``s390x``) and
5
- PowerPC (``ppc64le``) platforms. MongoDB returns an error if you
6
- set MMAPv1 as the storage engine on ``s390x`` and ``ppc64le``
7
- platforms.
+ :doc:`MMAPv1 </core/mmapv1>` is unsupported on all big-endian
+ architectures like the IBM z/Architecture (``s390x``) and the
+ PowerPC (``ppc64le``) architecture. MongoDB returns an error when starting a :binary:`~bin.mongod` using MMAPv1 on an unsupported architecture.
+
0 commit comments