Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #12851

Merged
merged 1 commit into from
Nov 25, 2024
Merged

fix typo #12851

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion erigon-lib/state/inverted_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading