Raise memory limit to 4096Mi and heap to 3000m - #958
Merged
Merged
Conversation
erlendev
approved these changes
Sep 14, 2026
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The resource values are consistent with the documented JVM headroom requirement and deployment template.
Pull request overview
Raises Antu pod memory to prevent kernel OOM kills while preserving JVM headroom.
Changes:
- Raises memory request and limit to 4096Mi.
- Raises JVM maximum heap to 3000m.
- Documents the required non-heap memory allowance.
File summaries
| File | Description |
|---|---|
helm/antu/values.yaml |
Updates pod memory and JVM heap settings. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
📄 Terraform Plan DEVPlan: 2 to add, 0 to change, 0 to destroy. Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# google_pubsub_subscription.AntuCommonFilesAggregationQueue will be created
+ resource "google_pubsub_subscription" "AntuCommonFilesAggregationQueue" {
+ ack_deadline_seconds = (known after apply)
+ id = (known after apply)
+ labels = {
+ "app" = "antu"
+ "manager" = "terraform"
+ "slack" = "talk-ror"
+ "team" = "ror"
}
+ message_retention_duration = "3600s"
+ name = "AntuCommonFilesAggregationQueue"
+ project = "ent-antu-dev"
+ topic = "AntuCommonFilesAggregationQueue"
+ retry_policy {
+ maximum_backoff = (known after apply)
+ minimum_backoff = "10s"
}
}
# google_pubsub_subscription.AntuReportAggregationQueue will be created
+ resource "google_pubsub_subscription" "AntuReportAggregationQueue" {
+ ack_deadline_seconds = (known after apply)
+ id = (known after apply)
+ labels = {
+ "app" = "antu"
+ "manager" = "terraform"
+ "slack" = "talk-ror"
+ "team" = "ror"
}
+ message_retention_duration = "3600s"
+ name = "AntuReportAggregationQueue"
+ project = "ent-antu-dev"
+ topic = "AntuReportAggregationQueue"
+ retry_policy {
+ maximum_backoff = (known after apply)
+ minimum_backoff = "10s"
}
}
Plan: 2 to add, 0 to change, 0 to destroy.
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



No description provided.