Skip to content

Commit 7c1a60b

Browse files
authored
Add NVMe and 16000 IOPS to requirements (#1343)
1 parent f12c6c8 commit 7c1a60b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

modules/deploy/partials/requirements.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ endif::[]
134134

135135
*Requirements*:
136136

137+
- NVMe (Non-Volatile Memory Express) drives are required for production deployments. NVMe drives provide the high throughput and low latency needed for optimal Redpanda performance.
138+
139+
- At least 16,000 IOPS (Input/Output Operations Per Second).
140+
+
141+
See also: xref:manage:cluster-maintenance/cluster-diagnostics.adoc#self-test[Disk and network self-test benchmarks].
142+
137143
- An XFS or ext4 file system.
138144
+
139145
The Redpanda data directory (`/var/lib/redpanda/data`) and the Tiered Storage cache must be mounted on an XFS or ext4 file system.

modules/deploy/partials/self-test.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
To understand the performance capabilities of your Redpanda cluster, Redpanda offers built-in self-test features that evaluate the performance of both disk and network operations.
44

5-
For more information, see xref:manage:cluster-maintenance/cluster-diagnostics.adoc#self-test[Disk and network self-test benchmarks].
5+
For more information, see xref:manage:cluster-maintenance/cluster-diagnostics.adoc#self-test[Disk and network self-test benchmarks].
6+
7+
When using the storage bandwidth test, ensure that your results show at least 16,000 IOPS (Input/Output Operations Per Second) for production environments. If your test results are below this threshold, your storage may not be suitable for production Redpanda workloads.

0 commit comments

Comments
 (0)