Skip to content

Commit

Permalink
fix warmup cache limit
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Apr 18, 2024
1 parent f765f4e commit 173250f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .helm/adhoc/warm-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
- import siibra; siibra.cache.clear(); siibra.warm_cache(999)
resources:
limits:
cpu: "4"
cpu: "2"
memory: 4Gi
requests:
cpu: "4"
cpu: "2"
memory: 1Gi
volumeMounts:
- mountPath: /siibra-api-volume
Expand Down

0 comments on commit 173250f

Please sign in to comment.