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

Adding system minimum requirements #621

Merged
merged 11 commits into from
Aug 16, 2024
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This is a minimal guide to quickly start and run an Ocean Node. See the [docs](/

**Note: this repository is currently excluded from all bug bounty programs.**

## System requirements

We recommend the following minimum requirements, although you may be be able to run a node with less (depending on your configuration).

- 1vcpu
- 2 GB ram
- 4 GB storage

## Running Ocean Nodes in Docker (recommended)

Build and run the node using Docker:
Expand Down
Loading