Skip to content

Commit

Permalink
Merge pull request #4047 from lsst-sqre/tickets/DM-48318
Browse files Browse the repository at this point in the history
DM-48318: Increase times square redis memory requests/limits
  • Loading branch information
jonathansick authored Jan 7, 2025
2 parents fbb65f4 + ebdd44e commit 22026d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions applications/times-square/values-usdfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ cloudsql:
redis:
persistence:
storageClass: "wekafs--sdf-k8s01"
resources:
# The redis disk cache is 8Gi, so we need to use at least that much memory
# to be efficient. The limit is set to 3x the disk cache to avoid OOM kills.
requests:
memory: "8Gi"
limits:
memory: "24Gi"

0 comments on commit 22026d1

Please sign in to comment.