Skip to content

Commit

Permalink
Adding phrase on execution client disk usage
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Apr 4, 2024
1 parent d0fae99 commit 3ad6bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrating-to-a-larger-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ On Mainnet, you should expect the current disk usage to be around **1 TB to 1.7

## Solutions to Check Before Buying a New Disk and Migrating

I recommend running ncdu as describe below as the first step to figure out exactly which application or directory is consuming the most disk space. A common low-hanging fruit is to [resync your consensus client with a checkpoint sync endpoint](#updating-and-resyncing-from-scratch) especially if it has been a while since your last resync. If your consensus client is using way more than around 110 GB, you will likely benefit from this resync.
I recommend running ncdu as describe below as the first step to figure out exactly which application or directory is consuming the most disk space. A common low-hanging fruit is to [resync your consensus client with a checkpoint sync endpoint](#updating-and-resyncing-from-scratch) especially if it has been a while since your last resync. If your consensus client is using way more than around 110 GB of disk space, you will likely benefit from this resync. If your execution client is using way more than 1.0 TB of disk space, there are ways to improve described below.

### Checking Your Current Disk Usage

Expand Down

0 comments on commit 3ad6bb1

Please sign in to comment.