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 2d599af commit f7e0a24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ For example, use conduit to:

For a simple deployment the following configuration works well:
* Network: Conduit colocated with Algod follower.
* Conduit + Algod colocated: 4 CPU and 8 GB of ram.
* 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.
* Conduit + Algod: 4 CPU and 8 GB of ram.
* Storage: algod follower node, 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.
* Storage: 20 GiB, 3000 IOPS minimum.

# Getting Started
Expand Down

0 comments on commit f7e0a24

Please sign in to comment.