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 cddbf80 commit 0a6ccc5Copy full SHA for 0a6ccc5
source/includes/fact-mmapv1-big-endian.rst
@@ -1,6 +1,6 @@
1
.. important::
2
3
- :doc:`MMAPv1 </core/mmapv1>` is unsupported on all big-endian
4
- architectures like the IBM z/Architecture (``s390x``) and the
5
- PowerPC (``ppc64le``) architecture. MongoDB returns an error when starting a :binary:`~bin.mongod` using MMAPv1 on an unsupported architecture.
6
-
+ :doc:`MMAPv1 </core/mmapv1>` is supported on 64-bit Intel
+ architecture (``x86_64``) only. MongoDB returns an error when
+ starting a :binary:`~bin.mongod` using MMAPv1 on an unsupported
+ architecture.
0 commit comments