Skip to content

Commit eb4fc46

Browse files
authored
Merge pull request #6303 from lsst-sqre/u/rra/hips
Increase memory limits for HiPS
2 parents 4402e3b + aa0f54c commit eb4fc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/hips/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ podAnnotations: {}
8282
resources:
8383
limits:
8484
cpu: "1"
85-
memory: "256Mi"
85+
memory: "512Mi"
8686
requests:
8787
cpu: "50m"
88-
memory: "52Mi"
88+
memory: "128Mi"
8989

9090
# -- Tolerations for the Repertoire pod
9191
# @default -- Tolerate GKE amd64 and arm64 taints

0 commit comments

Comments
 (0)