From e8a8a6b59537a9151d7ddd8ec00bb5481027f0ef Mon Sep 17 00:00:00 2001 From: sudeepdino008 Date: Sat, 23 Nov 2024 06:41:07 +0530 Subject: [PATCH] fix typo --- erigon-lib/state/inverted_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erigon-lib/state/inverted_index.go b/erigon-lib/state/inverted_index.go index 7520b8c4dab..fec95ddddc3 100644 --- a/erigon-lib/state/inverted_index.go +++ b/erigon-lib/state/inverted_index.go @@ -1224,7 +1224,7 @@ func (ii *InvertedIndex) buildMapAccessor(ctx context.Context, fromStep, toStep // On compared it with `Enum=false and LessFalsePositives=false` on ethmainnet (on small machine with cloud drives and `sync && sudo sysctl vm.drop_caches=3`): // - `du -hsc *.efi` changed from `24Gb` to `17Gb` (better) // - `vmtouch of .ef` changed from `152M/426G` to `787M/426G` (worse) - // - `vmtouch of .ef` changed from `1G/23G` to `633M/16G` (better) + // - `vmtouch of .efi` changed from `1G/23G` to `633M/16G` (better) // - speed on hot data - not changed. speed on cold data changed from `7min` to `10min` (worse) // - but most important i see `.ef` files became "randomly warm": // From: