Skip to content

Commit b01adfc

Browse files
Anthony Sansoneravindk89
authored andcommitted
(DOCSP-2738): Updated MMAP caution and stable packages table.
1 parent f7acb9f commit b01adfc

File tree

3 files changed

+28
-18
lines changed

3 files changed

+28
-18
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ def has(self, *args):
106106
'csharp-api': ('https://api.mongodb.com/csharp/current/html/%s.htm', ''),
107107
'csharp-docs': ('https://mongodb.github.io/mongo-csharp-driver/2.4/reference/%s', ''),
108108
'java-async-docs': ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/%s', ''),
109-
'java-async-api': ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s', '')
109+
'java-async-api': ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s', ''),
110+
'bic': ('https://docs.mongodb.com/bi-connector/current%s','')
110111
}
111112

112113
## add `extlinks` for each published version.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.. important::
22

3-
MMAPv1 is not supported on big-endian architectures such as s390x.
4-
MongoDB returns an error if you set MMAPv1 as the
5-
storage engine on a big-endian system.
3+
:doc:`MMAPv1 </core/mmapv1>` is supported on 64-bit Intel
4+
architectures (``x86_64``) only. MongoDB returns an error when
5+
starting a :binary:`~bin.mongod` using MMAPv1 on an unsupported
6+
architecture.

source/includes/list-table-products-supported-architecture.rst

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,35 @@ version of MongoDB products:
44

55
.. list-table::
66
:header-rows: 1
7+
:widths: 40 15 15 15 15
78

89
* - Product
910
- x86_64/amd64
11+
- ppc64le
1012
- s390x
11-
- POWER8 (little endian)
1213
- ARMv8-A
1314

14-
* - MongoDB 3.4
15+
* - MongoDB Community (3.4 and later)
16+
- |checkmark|
17+
-
18+
-
19+
- |checkmark|
20+
21+
22+
* - MongoDB Enterprise (3.4 and later)
23+
- |checkmark|
24+
- |checkmark|
1525
- |checkmark|
16-
- MongoDB Enterprise only
17-
- MongoDB Enterprise only
1826
- |checkmark|
1927

2028

21-
* - `BI Connector <https://docs.mongodb.com/bi-connector/v2.0/>`__
29+
* - :bic:`BI Connector </installation/>`
2230
- |checkmark|
2331
- |checkmark|
2432
- |checkmark|
2533
-
2634

27-
* - `Compass <https://docs.mongodb.com/compass/current/>`__
35+
* - `Compass <https://docs.mongodb.com/compass/current/install/>`__
2836
- |checkmark|
2937
-
3038
-
@@ -36,26 +44,26 @@ version of MongoDB products:
3644
-
3745
-
3846

39-
* - `Ops Manager <https://docs.opsmanager.mongodb.com/current/>`__
47+
* - :opsmgr:`Ops Manager </core/requirements/index.html#hardware-compatibility-matrix-for-onprem-hosts>`
48+
- |checkmark|
4049
- |checkmark|
41-
-
4250
-
4351
-
4452

45-
* - Automation Agent
53+
* - :opsmgr:`Automation Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>`
4654
- |checkmark|
47-
-
4855
- |checkmark|
4956
-
57+
-
5058

51-
* - Monitoring Agent
59+
* - :opsmgr:`Monitoring Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>`
5260
- |checkmark|
53-
-
5461
- |checkmark|
5562
-
63+
-
5664

57-
* - Backup Agent
65+
* - :opsmgr:`Backup Agent </core/requirements/index.html#compatibility-matrix-for-onprem-hosts>`
5866
- |checkmark|
59-
-
6067
- |checkmark|
6168
-
69+
-

0 commit comments

Comments
 (0)