Increase schema worker memory by 15% to handle larger schemas#8193
Increase schema worker memory by 15% to handle larger schemas#8193jdolle wants to merge 9 commits into
Conversation
There was a problem hiding this comment.
Code Review
While this pull request increases the schema service memory limit to 4Gi in production/staging and raises the composition worker max old generation size to 832, doing so unconditionally will cause Kubernetes OOM kills in non-production environments where the container memory limit is restricted to 1Gi. This value should be made conditional on the environment, scaling it down to 256 for non-production setups.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tags: |
Background
Getting worker out of memory errors due to a large schema
Description
Increases memory while we investigate ways to reduce memory usage