Skip to content

Commit

Permalink
Increase memory allocation on development pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed May 2, 2024
1 parent 7549dce commit d8116c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ celeryCpuLimit: "2000m"
celeryMemoryRequest: "700Mi"
celeryMemoryLimit: "700Mi"
juliaReplicas: 2
juliaCpuRequest: "300m"
juliaCpuRequest: "1000m"
juliaCpuLimit: "4000m"
juliaMemoryRequest: "3000Mi"
juliaMemoryLimit: "3000Mi"
juliaMemoryRequest: "8000Mi"
juliaMemoryLimit: "8000Mi"

0 comments on commit d8116c4

Please sign in to comment.