Skip to content

Commit

Permalink
Do not overide Nethermind's Pruning.CacheMb (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Sep 1, 2024
1 parent 67ca150 commit c626ece
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nethermind/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ else
fi
fi
if [ "${__memtotal}" -ge 30 ]; then
# Investigating instability
__prune="${__prune} --Pruning.CacheMb=4096 --Pruning.FullPruningMemoryBudgetMb=16384 --Init.StateDbKeyScheme=HalfPath"
__prune="${__prune} --Pruning.FullPruningMemoryBudgetMb=16384 --Init.StateDbKeyScheme=HalfPath"
fi
echo "Using pruning parameters:"
echo "${__prune}"
Expand Down

0 comments on commit c626ece

Please sign in to comment.