From 5e5f4e428086f8ead35cf84ec978fc4ad09e0a73 Mon Sep 17 00:00:00 2001 From: Will Winder Date: Thu, 12 Oct 2023 10:06:33 -0400 Subject: [PATCH] Update README.md Co-authored-by: Gary <982483+gmalouf@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d468bf98a..5467e3946 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ For a simple deployment the following configuration works well: * Indexer: 4 CPU and 8 GB of ram. * Conduit: 4 CPU and 8 GB of ram. * Database: When hosted on AWS a `db.r5.xlarge` instance works well. -* Storage: 20 GiB, 3000 IOPS minimum. +* Storage: 40 GiB, 3000 IOPS minimum. A database with replication can be used to scale read volume. Configure a single Conduit writer with multiple Indexer readers.