Skip to content

Commit

Permalink
clients/go-ethereum: disable min free disk check (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored Oct 19, 2023
1 parent c9b9a99 commit 413f915
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 413f915

Please sign in to comment.