-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PSMDB-1565 Updated system requirements (#953)
* PSMDB-1565 Updated system requirements Removed only Dockers support for ARM Added AWS Gravitron support modified: docs/install/system-requirements.md * Fixed typo
- Loading branch information
1 parent
d47b2a0
commit 4e5e8f2
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# System requirements | ||
|
||
## x86_64 | ||
## x86_64 | ||
|
||
Percona Server for MongoDB has the same [system requirements](https://www.mongodb.com/docs/v6.0/administration/production-notes/#x86_64) as the MongoDB Community Edition. | ||
Percona Server for MongoDB requires the following minimum x86_64 microarchitectures: | ||
|
||
Starting in MongoDB 5.0, `mongod`, `mongos`, and the legacy `mongo` shell are supported on x86_64 platforms that must meet these minimum micro-architecture requirements: | ||
* For Intel x86_64, it requires one of the following: | ||
|
||
* Only Oracle Linux running the Red Hat Compatible Kernel (RHCK) is supported. MongoDB does not support the Unbreakable Enterprise Kernel (UEK). | ||
* a *Sandy Bridge* or later Core processor, or | ||
* a *Tiger Lake* or later Celeron or Pentium processor. | ||
|
||
* MongoDB 5.0 and above requires use of the AVX instruction set, available on [select Intel and AMD processors](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX). | ||
* For AMD x86_64, it requires a *Bulldozer* or later processor. | ||
|
||
## ARM64 | ||
`mongod` and `mongos` instances are supported on x86_64 platforms that must meet these minimum microarchitecture requirements: | ||
|
||
Percona Server for MongoDB requires the ARMv8.2-A or later microarchitecture. | ||
* Only Oracle Linux running the Red Hat Compatible Kernel (RHCK) is supported. MongoDB does not support the Unbreakable Enterprise Kernel (UEK). | ||
|
||
Currently, only [Docker images](https://hub.docker.com/r/percona/percona-server-mongodb/) are available. | ||
* MongoDB 5.0 and above require the AVX instruction set, which is available on [select Intel and AMD processors](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX). | ||
|
||
## ARM64 | ||
|
||
Percona Server for MongoDB requires the ARMv8.2-A or later microarchitectures. Support for ARM64 (AARch64) includes [AWS Graviton2 or newer processors](https://aws.amazon.com/ec2/graviton/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters