Skip to content
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

Merged
merged 5 commits into from
Oct 12, 2023
Merged

Conversation

winder
Copy link
Contributor

@winder winder commented Oct 11, 2023

Summary

Add system requirements section to README.

Test Plan

N/A

@winder winder self-assigned this Oct 11, 2023
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #155 (f7e0a24) into master (442791a) will increase coverage by 5.12%.
Report is 63 commits behind head on master.
The diff coverage is 82.54%.

❗ Current head f7e0a24 differs from pull request most recent head 3c7dfaa. Consider uploading reports for the commit 3c7dfaa to get more accurate results

@@            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     
Files Coverage Δ
conduit/data/block_export_data.go 100.00% <ø> (+92.30%) ⬆️
conduit/init_provider.go 100.00% <100.00%> (ø)
conduit/loggers/loggers.go 91.89% <100.00%> (+0.22%) ⬆️
conduit/metrics/metrics.go 100.00% <ø> (ø)
conduit/pipeline/common.go 90.62% <100.00%> (+65.62%) ⬆️
conduit/pipeline/errors.go 100.00% <100.00%> (ø)
conduit/pipeline/logging.go 100.00% <100.00%> (ø)
conduit/pipeline/metadata.go 73.52% <ø> (+4.41%) ⬆️
conduit/plugins/config.go 100.00% <ø> (ø)
conduit/plugins/exporters/exporter_factory.go 100.00% <100.00%> (ø)
... and 22 more

📣 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.
Copy link
Contributor

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.

README.md Outdated Show resolved Hide resolved
Co-authored-by: Will Winder <[email protected]>
README.md Outdated Show resolved Hide resolved
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Storage: 20 GiB, 3000 IOPS minimum.

@winder winder merged commit 45ef605 into algorand:master Oct 12, 2023
3 checks passed
@winder winder deleted the will/system branch October 12, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants