Skip to content

Commit 96956d2

Browse files
DOC-4579 moved section and added more info
1 parent 317329f commit 96956d2

File tree

1 file changed

+14
-12
lines changed
  • content/integrate/redis-data-integration/installation

1 file changed

+14
-12
lines changed

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ your source database. You can also
2424
will not work on VMs where IPv6 is disabled. This problem is solved with version 1.4.0.
2525
{{< /note >}}
2626

27+
## Hardware sizing
28+
29+
RDI is mainly CPU and network bound.
30+
Each of the RDI VMs should have at least:
31+
32+
- **CPU**: A minimum of 4 CPU cores. You should consider adding
33+
2-6 extra cores on top of this if your dataset is big and you want to ingest the
34+
baseline snapshot as fast as possible.
35+
- **RAM**: 2GB
36+
- **Disk**: 25GB, which includes the OS footprint. In particular, you should
37+
expect the `/var` folder to require 7GB and the `/opt` folder to require 1GB (to
38+
store the log files).
39+
- **Network interface**: 10GB or more.
40+
2741
## Install RDI on VMs
2842

2943
You would normally install RDI on two VMs for high availability (HA) but you can also install
@@ -144,18 +158,6 @@ ufw allow 9121/tcp # rdi-metric-exporter
144158
{{<note>}}You may also need to add similar rules to open other ports if your setup requires them.
145159
{{</note>}}
146160

147-
## Hardware sizing
148-
149-
RDI is mainly CPU and network bound.
150-
Each of the RDI VMs should have:
151-
152-
- CPU: A minimum of 4 CPU cores. You should consider adding
153-
2-6 extra cores on top of this if your dataset is big and you want to ingest the
154-
baseline snapshot as fast as possible.
155-
- RAM: 2GB
156-
- Disk: 25GB of disk (this includes the OS footprint)
157-
- 10GB or more network interface
158-
159161
## Installation steps
160162

161163
Follow the steps below for each of your VMs:

0 commit comments

Comments
 (0)