Skip to content

Commit

Permalink
fix: adjust node requirements (#248)
Browse files Browse the repository at this point in the history
# Description

Adjust external node requirements

## Linked Issues


zkSync-Community-Hub/zksync-developers#742

## Additional context
  • Loading branch information
uF4No authored Oct 24, 2024
1 parent 3302ede commit 877f745
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions content/20.zksync-node/05.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ description:
- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)

## System Requirements

The following are minimal requirements to run the node using Docker:

- **CPU:** A relatively modern CPU is recommended.
- **RAM:** 32 GB
- **Storage:**
- **Testnet Nodes:** 30 GB
- **Mainnet Nodes:** 300 GB, with the state growing about 1TB per month.
- **Network:** 100 Mbps connection (1 Gbps+ recommended)

## Setup Instructions

1. Clone the ZKsync Era repository and navigate to the ZKsync node guide:
Expand Down Expand Up @@ -70,17 +81,6 @@ this period, the API server will not serve any requests.
- **DB Dump:** For nodes that operate from a DB dump, which allows starting a ZKsync node with a full historical
transactions history, refer to the documentation on running from DB dumps at [03_running.md](https://github.com/matter-labs/zksync-era/blob/main/docs/guides/external-node/03_running.md).

## System Requirements

The following are minimal requirements:

- **CPU:** A relatively modern CPU is recommended.
- **RAM:** 32 GB
- **Storage:**
- **Testnet Nodes:** 30 GB
- **Mainnet Nodes:** 300 GB, with the state growing about 1TB per month.
- **Network:** 100 Mbps connection (1 Gbps+ recommended)

## Advanced Setup

For additional configurations like monitoring, backups, recovery from DB dump or snapshot, and custom PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion content/20.zksync-node/30.running-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This section assumes that you have prepared a configuration file as described on
This configuration is approximate and should be considered as **minimal** requirements.

- 32-core CPU
- 64GB RAM
- 32GB RAM
- SSD storage (NVME recommended):
- Sepolia Testnet - 10GB ZKsync node + 50GB PostgreSQL (at the time of writing, will grow over time, so should be
constantly monitored)
Expand Down

0 comments on commit 877f745

Please sign in to comment.