Skip to content

Commit

Permalink
Test for Nethermind instability
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed May 1, 2024
1 parent 644e925 commit d53ca94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nethermind/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ else
fi
fi
if [ "${__memtotal}" -ge 30 ]; then
__prune="${__prune} --Pruning.CacheMb=4096 --Pruning.FullPruningMemoryBudgetMb=16384 --Init.StateDbKeyScheme=HalfPath"
# 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 d53ca94

Please sign in to comment.