Skip to content

Optimize RAM During Analyze#20

Merged
kalverra merged 4 commits into
mainfrom
optimizeRAM
Jun 22, 2026
Merged

Optimize RAM During Analyze#20
kalverra merged 4 commits into
mainfrom
optimizeRAM

Conversation

@kalverra

Copy link
Copy Markdown
Collaborator

Analyze on large results frequently hits OOM errors. This PR attempts to write to disk more often and have more general memory optimizations.

@kalverra kalverra marked this pull request as ready for review June 22, 2026 16:59
@kalverra kalverra requested a review from a team as a code owner June 22, 2026 16:59
@kalverra kalverra enabled auto-merge (squash) June 22, 2026 16:59
Comment on lines +826 to +827
cleanup()
return nil, nil, nil, err

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whats the reason behind calling cleanup() here and not just returning it? Seems like it will/should get called regardless.

@kalverra kalverra merged commit bfe632b into main Jun 22, 2026
9 checks passed
@kalverra kalverra deleted the optimizeRAM branch June 22, 2026 17:16
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