Skip to content

Commit

Permalink
Update system requirements. (#1581)
Browse files Browse the repository at this point in the history
Co-authored-by: Gary <[email protected]>
  • Loading branch information
winder and gmalouf authored Oct 12, 2023
1 parent e498ab7 commit 2517879
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Run `make` to build Indexer, the binary is located at `cmd/algorand-indexer/algo

# Requirements

All recommendations here should be be used as a starting point. Further benchmarking should be done to verify performance is acceptible for any application using Indexer.
All recommendations here should be used as a starting point. Further benchmarking should be done to verify performance is acceptible for any application using Indexer.

## Versions

Expand All @@ -33,10 +33,11 @@ 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: 2 CPU and 8 GB of ram.
* Conduit: 2 CPU and 8 GB of ram.
* Indexer: 1 CPU and 1GB of ram. Scale up for systems with high query volume.
* 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.
* Storage: 20 GiB

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 2517879

Please sign in to comment.