[build] cmd/coordinator: lower the memory allocation

1 view
Skip to first unread message

Dmitri Shuralyov (Gerrit)

unread,
Dec 23, 2025, 5:32:50 PM (2 days ago) Dec 23
to Michael Knyszek, goph...@pubsubhelper.golang.org, Dmitri Shuralyov, golang-co...@googlegroups.com
Attention needed from Michael Knyszek

Dmitri Shuralyov has uploaded the change for review

Dmitri Shuralyov would like Michael Knyszek to review this change.

Commit message

cmd/coordinator: lower the memory allocation

The coordinator was previously given more memory so that it could get
through its peaks during releases and not crash. By now, it's not used
for running tests during the release process, and it's also not running
nearly as many builders as is used to before the migration to LUCI.
Reduce its CPU and memory allocation accordingly.

For golang/go#51057.
Change-Id: Iac2bd6973a0ff20e86aebec78d7b254465752676

Change diff

diff --git a/cmd/coordinator/deployment-prod.yaml b/cmd/coordinator/deployment-prod.yaml
index dff349a..5ba38bf 100644
--- a/cmd/coordinator/deployment-prod.yaml
+++ b/cmd/coordinator/deployment-prod.yaml
@@ -33,11 +33,11 @@
- containerPort: 8123 # module proxy port (internal, not accessible directly from public)
resources:
requests:
- cpu: "4"
- memory: "32Gi"
+ cpu: "2"
+ memory: "6Gi"
limits:
- cpu: "6"
- memory: "36Gi"
+ cpu: "4"
+ memory: "8Gi"
---
apiVersion: v1
kind: Service

Change information

Files:
  • M cmd/coordinator/deployment-prod.yaml
Change size: XS
Delta: 1 file changed, 4 insertions(+), 4 deletions(-)
Open in Gerrit

Related details

Attention is currently required from:
  • Michael Knyszek
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: build
Gerrit-Branch: master
Gerrit-Change-Id: Iac2bd6973a0ff20e86aebec78d7b254465752676
Gerrit-Change-Number: 732263
Gerrit-PatchSet: 1
Gerrit-Owner: Dmitri Shuralyov <dmit...@golang.org>
Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
Gerrit-Attention: Michael Knyszek <mkny...@google.com>
unsatisfied_requirement
satisfied_requirement
open
diffy

Dmitri Shuralyov (Gerrit)

unread,
Dec 23, 2025, 5:33:57 PM (2 days ago) Dec 23
to Dmitri Shuralyov, goph...@pubsubhelper.golang.org, Michael Knyszek, golang-co...@googlegroups.com
Attention needed from Michael Knyszek

Dmitri Shuralyov voted

Code-Review+1
TryBot-Bypass+1
Open in Gerrit

Related details

Attention is currently required from:
  • Michael Knyszek
Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: build
    Gerrit-Branch: master
    Gerrit-Change-Id: Iac2bd6973a0ff20e86aebec78d7b254465752676
    Gerrit-Change-Number: 732263
    Gerrit-PatchSet: 1
    Gerrit-Owner: Dmitri Shuralyov <dmit...@golang.org>
    Gerrit-Reviewer: Dmitri Shuralyov <dmit...@google.com>
    Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
    Gerrit-Attention: Michael Knyszek <mkny...@google.com>
    Gerrit-Comment-Date: Tue, 23 Dec 2025 22:33:55 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    unsatisfied_requirement
    satisfied_requirement
    open
    diffy

    Michael Knyszek (Gerrit)

    unread,
    Dec 23, 2025, 5:35:57 PM (2 days ago) Dec 23
    to Dmitri Shuralyov, goph...@pubsubhelper.golang.org, Dmitri Shuralyov, golang-co...@googlegroups.com
    Attention needed from Dmitri Shuralyov

    Michael Knyszek voted Code-Review+2

    Code-Review+2
    Open in Gerrit

    Related details

    Attention is currently required from:
    • Dmitri Shuralyov
    Submit Requirements:
    • requirement satisfiedCode-Review
    • requirement satisfiedNo-Unresolved-Comments
    • requirement satisfiedReview-Enforcement
    • requirement satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: build
    Gerrit-Branch: master
    Gerrit-Change-Id: Iac2bd6973a0ff20e86aebec78d7b254465752676
    Gerrit-Change-Number: 732263
    Gerrit-PatchSet: 1
    Gerrit-Owner: Dmitri Shuralyov <dmit...@golang.org>
    Gerrit-Reviewer: Dmitri Shuralyov <dmit...@google.com>
    Gerrit-Reviewer: Michael Knyszek <mkny...@google.com>
    Gerrit-Attention: Dmitri Shuralyov <dmit...@golang.org>
    Gerrit-Comment-Date: Tue, 23 Dec 2025 22:35:53 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy
    Reply all
    Reply to author
    Forward
    0 new messages