diff --git a/README.md b/README.md index 089195f..6359356 100644 --- a/README.md +++ b/README.md @@ -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