Skip to content

Visualize plans that exceed memory#846

Merged
tomwhite merged 20 commits intocubed-dev:mainfrom
neilSchroeder:visualize-plans-that-exceed-memory
Dec 2, 2025
Merged

Visualize plans that exceed memory#846
tomwhite merged 20 commits intocubed-dev:mainfrom
neilSchroeder:visualize-plans-that-exceed-memory

Conversation

@neilSchroeder
Copy link
Copy Markdown
Contributor

I saw #837 and thought it would be a good place for a more meaningful contribution.

Here's a PR that implements this feature.

memory_exceeded_plan

I've changed how the system handles and reports operations that exceed allowed memory in computation plans. Instead of failing immediately, plans can now be created even if some operations exceed memory limits and errors are raised when execution is attempted. Plans with operations exceeding memory limits are clearly marked with an internal property. The visualization highlights bad operations and issues a warning. Tests have been updated to reflect this new behavior.

neilSchroeder and others added 20 commits December 1, 2025 11:10
@neilSchroeder neilSchroeder marked this pull request as ready for review December 1, 2025 20:00
@neilSchroeder
Copy link
Copy Markdown
Contributor Author

@tomwhite I'd love a review of this at your convenience!

Copy link
Copy Markdown
Member

@tomwhite tomwhite left a comment

Choose a reason for hiding this comment

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

Brilliant! Thanks for working on this @neilSchroeder!

@tomwhite tomwhite merged commit 6d1e87e into cubed-dev:main Dec 2, 2025
21 checks passed
@neilSchroeder neilSchroeder deleted the visualize-plans-that-exceed-memory branch December 2, 2025 15:20
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