feat: support for scaling up gram functions#2238
Merged
disintegrator merged 5 commits intomainfrom Apr 27, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 57cfef5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
fcc7944 to
5eea8ed
Compare
This comment has been minimized.
This comment has been minimized.
5eea8ed to
5a4f46b
Compare
5a4f46b to
bdc5dc0
Compare
bdc5dc0 to
6802382
Compare
6802382 to
7892b1f
Compare
7892b1f to
0c0dee7
Compare
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
639547b to
f63fe1c
Compare
f63fe1c to
3475668
Compare
3475668 to
94dfa72
Compare
94dfa72 to
f3ac5a6
Compare
simplesagar
approved these changes
Apr 27, 2026
f3ac5a6 to
cbfe88b
Compare
cbfe88b to
9028231
Compare
Co-authored-by: Copilot <copilot@github.com>
…memory for machines deployed for a Gram Function. It is now possible to go up to 5 machines per function and up to 4096 MiB for each machine.
9028231 to
57cfef5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes AGE-1824
This change adds support for configuring the memory and instance count of runners that serve Gram Functions. The default spec is set to 2 instances at 1024MiB RAM each configure to a maximum of 5 instances at 4096MiB each.