diff --git a/content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration/add_remove_replica.md b/content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration/add_remove_replica.md
index 5b95cc1694..5b7011ab24 100644
--- a/content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration/add_remove_replica.md
+++ b/content/en/altinity-kb-setup-and-maintenance/altinity-kb-data-migration/add_remove_replica.md
@@ -18,17 +18,13 @@ To add some ClickHouse® replicas to an existing cluster if -30TB then better to
[Core Settings | ClickHouse Docs](https://clickhouse.com/docs/en/operations/settings/settings/#max_replicated_fetches_network_bandwidth_for_server)
-💡 Do the **Gbps to Bps** math correctly. For 10G —> 1250MB/s —> 1250000000 B/s and change `max_replicated_*` settings accordingly:
+💡 Do the **Gbps to Bps** math correctly. For 10G —> 1250MB/s —> 1250000000 B/s. Change the `max_replicated_*` settings accordingly and add them to a file in `/etc/clickhouse-server/config.d/` (e.g., `config.d/replication-limits.xml`) and restart ClickHouse:
- Nodes replicating from:
```xml
-
-
- 50000
-
-
+ 50000
```
@@ -36,11 +32,7 @@ To add some ClickHouse® replicas to an existing cluster if -30TB then better to
```xml
-
-
- 50000
-
-
+ 50000
```
@@ -184,16 +176,14 @@ FORMAT TSVRaw;
- reduce fetches from 8 to 4
- increase moves from 8 to 16
+Add these settings to a file in `/etc/clickhouse-server/config.d/` (e.g., `config.d/replication-limits.xml`) and restart ClickHouse:
+
```xml
-
-
-
- 625000000
- 4
- 16
-
-
-
+
+ 625000000
+ 4
+ 16
+
```
- Also to monitor this with: