Skip to content

Commit

Permalink
Group conduit and algod along with storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Oct 12, 2023
1 parent 217858b commit 1b91ca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ All recommendations here should be be used as a starting point. Further benchmar
For a simple deployment the following configuration works well:
* Network: Indexer, Conduit, Algod and PostgreSQL should all be on the same network.
* Indexer: 1 CPU and 1GB of ram. Scale up for systems with high query volume.
* Conduit/Algod: 4 CPU and 8 GB of ram.
* Conduit + Algod: 4 CPU and 8 GB of ram.
* Storage: algod follower nodes, 40 GiB, 3000 IOPS minimum.
* Deployments allocating less ram might work in conjunction with [GOMEMLIMIT](https://pkg.go.dev/runtime@master#hdr-Environment_Variables) for Algod (and even Conduit). This configuration is not tested, so use with caution and monitor closely.
* Database: When hosted on AWS a `db.r5.xlarge` instance works well.

A database with replication can be used to scale read volume. Configure a single Conduit writer with multiple Indexer readers.
Expand Down

0 comments on commit 1b91ca7

Please sign in to comment.