You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I've observed that the Arbitrum Nitro full node ledger is growing unusually fast. On one node, the ledger has reached 5TB, while on another node, it has expanded to 8TB. This rapid and excessive growth seems abnormal and might indicate a memory leak or bloated data issue.
Steps to Reproduce
Run a full node on the Arbitrum Nitro network using the latest Docker image (v3.1.0-7d1d84c)
Monitor the ledger’s size over time.
Context
Running du -hsx * in the data directory shows the following disk usage:
du -hs /var/arbitrum-fullnode
5.2T /var/arbitrum-fullnode
du -hsx *
5.0T l2chaindata
Impact
This could lead to very high storage requirements, making it difficult to maintain full nodes. It might be helpful to investigate to prevent potential issues with disk space or performance.
The text was updated successfully, but these errors were encountered:
Arbitrum One runs much faster than Ethereum mainnet, so state bloat naturally builds much faster. Nitro is a fork of go-ethereum, so any database improvements implemented there will eventually be incorporated into our code.
Description
I've observed that the Arbitrum Nitro full node ledger is growing unusually fast. On one node, the ledger has reached 5TB, while on another node, it has expanded to 8TB. This rapid and excessive growth seems abnormal and might indicate a memory leak or bloated data issue.
Steps to Reproduce
Context
Running du -hsx * in the data directory shows the following disk usage:
Setup Details
Impact
This could lead to very high storage requirements, making it difficult to maintain full nodes. It might be helpful to investigate to prevent potential issues with disk space or performance.
The text was updated successfully, but these errors were encountered: