Skip to content

fix: limit reverse sync concurrency to reduce memory pressure#120

Merged
rllola merged 1 commit into
mainfrom
fix/limit-concurrency
Apr 26, 2026
Merged

fix: limit reverse sync concurrency to reduce memory pressure#120
rllola merged 1 commit into
mainfrom
fix/limit-concurrency

Conversation

@rllola

@rllola rllola commented Apr 26, 2026

Copy link
Copy Markdown
Contributor

Cap parallel body tasks at 10 and shrink the DB channel from 100 to 20 batches to bound peak memory usage. On data-heavy chains like Berachain (eth69 with large blocks), unbounded parallelism was causing OOM kills in the container.

Cap parallel body tasks at 10 and shrink the DB channel from 100 to 20
batches to bound peak memory usage. On data-heavy chains like Berachain
(eth69 with large blocks), unbounded parallelism was causing OOM kills
in the container.
@rllola rllola changed the title fi: limit reverse sync concurrency to reduce memory pressure fix: limit reverse sync concurrency to reduce memory pressure Apr 26, 2026
@rllola rllola merged commit e6a9543 into main Apr 26, 2026
2 checks passed
@rllola rllola deleted the fix/limit-concurrency branch April 26, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant