File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
content/integrate/redis-data-integration/installation Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,20 @@ your source database. You can also
24
24
will not work on VMs where IPv6 is disabled. This problem is solved with version 1.4.0.
25
25
{{< /note >}}
26
26
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
+ RDI requires 7GB in ` /var ` and 1GB in ` /opt ` folder (to
38
+ store the log files).
39
+ - ** Network interface** : 10GB or more.
40
+
27
41
## Install RDI on VMs
28
42
29
43
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
144
158
{{<note >}}You may also need to add similar rules to open other ports if your setup requires them.
145
159
{{</note >}}
146
160
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
-
159
161
## Installation steps
160
162
161
163
Follow the steps below for each of your VMs:
You can’t perform that action at this time.
0 commit comments