From 73866153aae70a1276f149bee2e60860a1048cdc Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Mon, 9 Dec 2024 19:02:03 +0100 Subject: [PATCH] PSMDB-1565 Removed mentioning of only Dockers for ARM (#952) * PSMDB-1565 Removed mentioning of only Dockers for ARM modified: docs/system-requirements.md * Fixed typo --- docs/psmdb-pro.md | 2 +- docs/system-requirements.md | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/psmdb-pro.md b/docs/psmdb-pro.md index 43a2f5f0b..346fb92c3 100644 --- a/docs/psmdb-pro.md +++ b/docs/psmdb-pro.md @@ -2,7 +2,7 @@ Percona Server for MongoDB Pro is a build of Percona Server for MongoDB that contains purpose-built enterprise [features](#features). It is wrapped in packages created and tested by Percona and is available exclusively for Percona customers. -Percona Server for MongpDB Pro is available starting with version [7.0.4-2](release_notes/7.0.4-2.md). +Percona Server for MongoDB Pro is available starting with version [7.0.4-2](release_notes/7.0.4-2.md). [Become a Percona Customer](https://www.percona.com/about/contact){.md-button} diff --git a/docs/system-requirements.md b/docs/system-requirements.md index fc3b1feba..455d4e3ba 100644 --- a/docs/system-requirements.md +++ b/docs/system-requirements.md @@ -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/). \ No newline at end of file