-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add system requirements to README. #155
Conversation
Codecov Report
@@ Coverage Diff @@
## master #155 +/- ##
==========================================
+ Coverage 67.66% 72.78% +5.12%
==========================================
Files 32 38 +6
Lines 1976 2789 +813
==========================================
+ Hits 1337 2030 +693
- Misses 570 649 +79
- Partials 69 110 +41
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
README.md
Outdated
For a simple deployment the following configuration works well: | ||
* Network: Conduit colocated with Algod follower. | ||
* Conduit: 4 CPU and 8 GB of ram. | ||
* Algod: 4 CPU and 8 GB of ram. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps Conduit + Algod: 4 CPU and 8 GB of RAM
? Otherwise it implies needing to dedicate that much to each process.
Co-authored-by: Will Winder <[email protected]>
README.md
Outdated
* 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Storage: 20 GiB, 3000 IOPS minimum. |
Summary
Add system requirements section to README.
Test Plan
N/A