Skip to content

Commit

Permalink
cmd/gitmirror: increase CPU and memory resources
Browse files Browse the repository at this point in the history
This increases the CPU and memory resources for the git-mirror serving
and mirror deployments. The utilized resources were reaching the allocated
limits.

For golang/go#67070

Change-Id: I646d9feab0385fb0ea1f21d25a2c25ffbafb2f5b
Reviewed-on: https://go-review.googlesource.com/c/build/+/586778
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
cagedmantis committed May 20, 2024
1 parent 4ee487b commit 75ff9ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cmd/gitmirror/deployment-mirroring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ spec:
periodSeconds: 10
resources:
requests:
cpu: "2"
memory: "5Gi"
cpu: "4"
memory: "10Gi"
limits:
cpu: "3"
memory: "6Gi"
cpu: "6"
memory: "12Gi"
8 changes: 4 additions & 4 deletions cmd/gitmirror/deployment-serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ spec:
periodSeconds: 10
resources:
requests:
cpu: "2"
memory: "5Gi"
cpu: "4"
memory: "10Gi"
limits:
cpu: "3"
memory: "6Gi"
cpu: "6"
memory: "12Gi"

0 comments on commit 75ff9ef

Please sign in to comment.