batchSize: more precise estimate#20369
Merged
AskAlexSharov merged 1 commit intorelease/3.4from Apr 7, 2026
Merged
Conversation
yperbasis
approved these changes
Apr 7, 2026
AskAlexSharov
added a commit
that referenced
this pull request
Apr 8, 2026
no i see: ``` [INFO] [04-07|03:47:24.324] [4/6 Execution] serial executed blk=10501877 blks=441 blk/s=22 txs=89.08k tx/s=4.45k gas/s=254.40M tgas/s=0(0) aratio=0.0 tdur=0s trdur=0s(0.00%) rd=0 rd/s=0 buf=9.9GB/10.0GB bdur=22ms ucgas=255.45G alloc=35.4GB sys=98.6GB isForkValidation=false isBlockProduction=false isApplyingBlocks=true [INFO] [04-07|03:47:33.725] [p2p] GoodPeers eth68=74 eth69=120 [INFO] [04-07|03:47:39.246] [mem] memory stats Rss=168.1GB Size=0B Pss=168.1GB SharedClean=2.2MB SharedDirty=0B PrivateClean=116.9GB PrivateDirty=51.2GB Referenced=110.6GB Anonymous=51.2GB Swap=0B alloc=37.6GB sys=98.6GB [INFO] [04-07|03:47:41.683] Caplin P2P app=caplin peers_count=296 [INFO] [04-07|03:47:44.357] [4/6 Execution] serial executed blk=10502328 blks=451 blk/s=22 txs=86.33k tx/s=4.30k gas/s=252.06M tgas/s=0(0) aratio=0.0 tdur=0s trdur=0s(0.00%) rd=0 rd/s=0 buf=10.0GB/10.0GB bdur=22ms ucgas=260.50G alloc=38.8GB sys=98.6GB isForkValidation=false isBlockProduction=false isApplyingBlocks=true [INFO] [04-07|03:47:44.362] periodic commit check block=10502328 txNum=792513438 commitment=4.383236ms ``` 10gb estimate turned into 5gb result membatch.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 10, 2026
## Summary Cherry-pick of release/3.4 PRs: - #20368 rpc: use synctest for TestClientCancelHTTP to fix CI flakiness - #20373 integrity: blk/sec fix - #20372 execution/state: use index-based range over log topics to avoid copy - #20367 fix: preserve stored chain config when genesis hash doesn't match known chain - #20374 ParseVersion: optimize - #20369 batchSize: more precise estimate - #20399 hive: pin more things --------- Co-authored-by: erigon-copilot[bot] <265817861+erigon-copilot[bot]@users.noreply.github.com> Co-authored-by: root <giulio.rebuffo@gmail.com> Co-authored-by: yperbasis <andrey.ashikhmin@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Muzry <muzrry@gmail.com> Co-authored-by: muzry.li <muzry.li1@ambergroup.io> Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Co-authored-by: info@weblogix.biz <admin@10gbps.weblogix.it>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
no i see:
10gb estimate turned into 5gb result membatch.