Skip to content

Commit

Permalink
Nethermind HalfPath (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Apr 25, 2024
1 parent b1c485a commit 01f9c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Eth Docker uses a "semver-ish" scheme.
large.
- Second through fourth digit, [semver](https://semver.org/).

This is Eth Docker v2.8.1.0
This is Eth Docker v2.9.0.0
2 changes: 1 addition & 1 deletion nethermind/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else
fi
fi
if [ "${__memtotal}" -gt 30 ]; then
__prune="${__prune} --Pruning.FullPruningMemoryBudgetMb=16384"
__prune="${__prune} --Pruning.FullPruningMemoryBudgetMb=16384 --Init.StateDbKeyScheme=HalfPath"
fi
echo "Using pruning parameters:"
echo "${__prune}"
Expand Down

0 comments on commit 01f9c23

Please sign in to comment.