Skip to content

Commit

Permalink
Resync execution for PBSS
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 9, 2023
1 parent 13d59d0 commit 822c422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ check_disk_space() {
elif [[ "${value}" =~ "geth.yml" ]] && [[ "${__free_space}" -lt 104857600 ]]; then
echo ""
echo "You are running Geth and have less than 100 GiB of free disk space."
echo "You may resync from scratch to use PBSS and slow on-disk DB growth, with \"./ethd resync-consensus\"."
echo "You may resync from scratch to use PBSS and slow on-disk DB growth, with \"./ethd resync-execution\"."
echo ""
echo "Alternatively, if you don't feel ready for a resync and have more than 40 GiB free, you can prune with \"./ethd prune-geth\"."
echo ""
Expand Down

0 comments on commit 822c422

Please sign in to comment.