Skip to content

Commit

Permalink
clients/go-ethereum: disable min free disk check (ethereum#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored and Eikix committed Mar 1, 2024
1 parent 7984999 commit 3aad27f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/go-ethereum/geth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,7 @@ fi

# Run the go-ethereum implementation with the requested flags.
FLAGS="$FLAGS --nat=none"
# Disable disk space free monitor
FLAGS="$FLAGS --datadir.minfreedisk=0"
echo "Running go-ethereum with flags $FLAGS"
$geth $FLAGS

0 comments on commit 3aad27f

Please sign in to comment.