Skip to content

Conversation

jimmygchen
Copy link
Member

@jimmygchen jimmygchen commented Feb 27, 2025

Issue Addressed

Part of #7053 to mitigate OOM issues on holesky.

Each epoch boundary state diffs are 180MB+, 128 (current default) of them would add up to 20GB in state cache.

This PR changes the default to 32 (180 * 32 ~= 6GB which is not too bad).

Note: we're still getting too many state cache misses from *ByRange - this is addressed in #7058

@jimmygchen jimmygchen added v7.0.0-beta.clean Clean release post Holesky rescue do-not-merge ready-for-review The code is ready for review and removed do-not-merge labels Feb 27, 2025
@michaelsproul michaelsproul removed the v7.0.0-beta.clean Clean release post Holesky rescue label Feb 28, 2025
@michaelsproul michaelsproul merged commit 73b7cad into sigp:holesky-rescue Feb 28, 2025
26 of 29 checks passed
@michaelsproul michaelsproul mentioned this pull request Mar 5, 2025
14 tasks
mergify bot pushed a commit that referenced this pull request Mar 11, 2025
Cherry-picking #7055 from `holesky-rescue` branch to the clean `release-v7.0.0` branch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants