Skip to content

Commit 9c96d20

Browse files
authored
Merge pull request #2990 from xVet/master
clarify infra doc
2 parents 848e6a7 + f33bbf7 commit 9c96d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/infrastructure/installation/capacity-planning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Memory requirements are mainly a function of the `node_size` configuration setti
176176

177177
#### Network
178178

179-
Any enterprise or carrier-class data center should have enough network bandwidth to support running XRP Ledger servers. The actual bandwidth necessary varies significantly based on the current transaction volume in the network. Server behavior (such as backfilling [ledger history](../../concepts/networks-and-servers/ledger-history.md)) also affects network use. Consumer-grade home internet is generally not enough to run a reliable server.
179+
Any enterprise or carrier-class data center should have enough network bandwidth to support running XRP Ledger servers. The actual bandwidth necessary varies significantly based on the current transaction volume in the network. Server behavior (such as backfilling [ledger history](../../concepts/networks-and-servers/ledger-history.md)) also affects network use.
180180

181181
During exceptionally high periods of transaction volume, some operators have reported that their servers have completely saturated a 100 megabit/s network link, so a gigabit network interface is required for reliable performance.
182182

docs/infrastructure/installation/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ labels:
1313
For reliable performance in production environments, it is recommended to run an XRP Ledger (`rippled`) server on bare metal with the following characteristics or better:
1414

1515
- Operating System: Ubuntu (LTS), Red Hat Enterprise Linux (latest release), or a compatible Linux distribution.
16-
- CPU: Intel Xeon 3+ GHz processor with 8+ cores and hyperthreading enabled.
16+
- CPU: 3+ GHz 64-bit x86_64 processor with 8+ cores.
1717
- Disk: SSD / NVMe (10,000 IOPS sustained - not burst or peak - or better). Minimum 50 GB for the database partition. Do not use Amazon Elastic Block Store (AWS EBS) because its latency is too high to sync reliably.
1818
- RAM: 64 GB.
1919
- Network: Enterprise data center network with a gigabit network interface on the host.

0 commit comments

Comments
 (0)