Skip to content

infra: set GOMEMLIMIT for gitter service#4847

Merged
another-rex merged 3 commits into
masterfrom
gitter-gomemlimit-17608800381604387364
Feb 18, 2026
Merged

infra: set GOMEMLIMIT for gitter service#4847
another-rex merged 3 commits into
masterfrom
gitter-gomemlimit-17608800381604387364

Conversation

@another-rex

Copy link
Copy Markdown
Contributor

Added GOMEMLIMIT=200GiB to deployment/clouddeploy/gke-workers/base/gitter.yaml.
This ensures the Go runtime is aware of the memory limit and performs garbage collection more aggressively before reaching the container's hard limit, preventing OOM kills.
Verified the syntax and value format (GiB suffix required by Go runtime).


PR created automatically by Jules for task 17608800381604387364 started by @another-rex

This change adds the GOMEMLIMIT environment variable to the gitter
service deployment configuration, setting it to 200GiB. This is
intended to limit memory usage and trigger more aggressive garbage
collection when approaching the pod's memory limit of 250G.

The value 200GiB (approx 214.7GB) was chosen to provide a safety
buffer below the 250G limit while maximizing available memory for
cache and operations.

Co-authored-by: another-rex <106129829+another-rex@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

This change adds the GOMEMLIMIT environment variable to the gitter
service deployment configuration, setting it to 200GiB. This is
intended to limit memory usage and trigger more aggressive garbage
collection when approaching the pod's memory limit of 250G.

The value 200GiB (approx 214.7GB) was chosen to provide a safety
buffer below the 250G limit while maximizing available memory for
cache and operations.

Co-authored-by: another-rex <106129829+another-rex@users.noreply.github.com>
@another-rex another-rex marked this pull request as ready for review February 18, 2026 03:27
michaelkedar
michaelkedar previously approved these changes Feb 18, 2026

@michaelkedar michaelkedar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

How much memory should we be allocating to the non-go part.
Currently you've got ~40GB

@another-rex

Copy link
Copy Markdown
Contributor Author

Well I looked at htop and it says it's mostly golang using the memory...

Comment thread deployment/clouddeploy/gke-workers/base/gitter.yaml Outdated
@another-rex another-rex enabled auto-merge (squash) February 18, 2026 03:39
@another-rex another-rex merged commit 5ee88ce into master Feb 18, 2026
19 checks passed
@another-rex another-rex deleted the gitter-gomemlimit-17608800381604387364 branch February 18, 2026 03:41
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