Skip to content

Commit 59c88b8

Browse files
authored
Update recommended system requirements (#1269)
1 parent 80e89ec commit 59c88b8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pages/getting-started/install-memgraph.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,15 @@ Before running Memgraph, please check the [system configuration guidelines](/dat
109109

110110
Below are minimum and recommended system requirements for installing Memgraph.
111111

112-
| | Minimum | Recommended |
113-
| ------- | -------- | ------------------------------- |
114-
| CPU | Server or desktop processor: <br/> Intel Xeon <br/> AMD Opteron/Epyc <br/> ARM machines or Apple M1 <br/> Amazon Graviton | Server processor: <br/> Intel Xeon <br/> AMD Opteron/Epyc <br/> ARM machines or Apple M1 <br/> Amazon Graviton |
115-
| RAM | 1 GB | ≥ 16 GB ECC |
116-
| Disk | 1 GB | at least 3x the amount of RAM (NVMe SSD) |
117-
| Cores | 1 vCPU | ≥ 8 vCPUs (≥ 4 physical cores) |
118-
| Network | 100 Mbps | ≥ 1 Gbps |
112+
| | Minimum | Recommended |
113+
| ------------------ | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
114+
| CPU | Server or desktop processor: <br/> Intel Xeon <br/> AMD Opteron/Epyc <br/> ARM machines or Apple M1 <br/> Amazon Graviton | Server processor: <br/> Intel Xeon <br/> AMD Opteron/Epyc <br/> ARM machines or Apple M1 <br/> Amazon Graviton |
115+
| RAM | 1 GB | ≥ 16 GB ECC |
116+
| Disk | 1 GB | at least 3x the amount of RAM (NVMe SSD, mirroring RAID 1) |
117+
| Cores | 1 vCPU | ≥ 8 vCPUs (≥ 4 physical cores) |
118+
| Network Throughput | 100 Mbps | ≥ 1 Gbps |
119+
| Network Latency | < 10ms | < 1ms |
120+
119121

120122
The disk is used for storing database [durability files](/configuration/data-durability-and-backup), including snapshots and write-ahead
121123
logs. By default, Memgraph stores the **three most recent snapshots** in the database (this can be configured using the `--storage-snapshot-retention-count` flag).

0 commit comments

Comments
 (0)