You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Run `make` to build Indexer, the binary is located at `cmd/algorand-indexer/algo
23
23
24
24
# Requirements
25
25
26
-
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.
26
+
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.
27
27
28
28
## Versions
29
29
@@ -33,10 +33,11 @@ All recommendations here should be be used as a starting point. Further benchmar
33
33
34
34
For a simple deployment the following configuration works well:
35
35
* Network: Indexer, Conduit, Algod and PostgreSQL should all be on the same network.
36
-
* Indexer: 2 CPU and 8 GB of ram.
37
-
* Conduit: 2 CPU and 8 GB of ram.
36
+
* Indexer: 1 CPU and 1GB of ram. Scale up for systems with high query volume.
* 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.
38
40
* Database: When hosted on AWS a `db.r5.xlarge` instance works well.
39
-
* Storage: 20 GiB
40
41
41
42
A database with replication can be used to scale read volume. Configure a single Conduit writer with multiple Indexer readers.
0 commit comments