Skip to content

Conversation

magurotuna
Copy link
Member

@magurotuna magurotuna commented Oct 12, 2025

This is a temporary workaround to address OOM failures during the doc build process by increasing the V8 heap size limit to 4GB when invoking lume.

The build process has been failing with OOM errors when running lume, likely because Lume requires all the pages to be in memory while building the site. Although it's not an ideal solution, this can be temporarily mitigated by allocating more memory for V8, which is done in this PR.
To fundamentally solve this issue, we'll probaly need to figure out and propose some architectural change to Lume.

@magurotuna magurotuna changed the title WIP: work around the build failure due to OOM Increase V8 heap size to prevent OOM during build Oct 12, 2025
@magurotuna magurotuna marked this pull request as ready for review October 12, 2025 07:02
@thisisjofrank thisisjofrank merged commit f78108d into main Oct 13, 2025
5 checks passed
@thisisjofrank thisisjofrank deleted the mem-issue-temporary-workaround branch October 13, 2025 12:25
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.

2 participants