File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
.. important ::
2
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.
3
+ MMAPv1 is unsupported on big-endian architectures like the IBM
4
+ z/Architecture (``s390x ``) and certain bi-endian architectures like
5
+ the PowerPC (``ppc64le ``) platform . MongoDB returns an error if you
6
+ set `` MMAPv1 `` as the storage engine for either the ``s390x `` or
7
+ `` ppc64le `` platforms. MMAPv1 was deprecated in MongoDB 4.0 .
Original file line number Diff line number Diff line change @@ -5,21 +5,21 @@ version of MongoDB products:
5
5
.. list-table ::
6
6
:header-rows: 1
7
7
:widths: 40 15 15 15 15
8
-
8
+
9
9
* - Product
10
10
- x86_64
11
11
- ppc64le
12
12
- s390x
13
- - ARMv8-A
13
+ - AArch64
14
14
15
- * - MongoDB Community (3.4+ )
15
+ * - MongoDB Community (3.4 or later )
16
16
- |checkmark |
17
- -
18
- -
17
+ -
18
+ -
19
19
- |checkmark |
20
20
21
21
22
- * - MongoDB Enterprise (3.4+ )
22
+ * - MongoDB Enterprise (3.4 or later )
23
23
- |checkmark |
24
24
- |checkmark |
25
25
- |checkmark |
@@ -30,7 +30,7 @@ version of MongoDB products:
30
30
- |checkmark |
31
31
- |checkmark |
32
32
- |checkmark |
33
- -
33
+ -
34
34
35
35
* - `Compass <https://docs.mongodb.com/compass/current/install/ >`__
36
36
- |checkmark |
You can’t perform that action at this time.
0 commit comments