diff --git a/.helm/values.production.yaml b/.helm/values.production.yaml index 34f49d5e3..e2c39fa8c 100644 --- a/.helm/values.production.yaml +++ b/.helm/values.production.yaml @@ -1,13 +1,13 @@ appEnv: production djangoSettingsModule: reopt_api.production_settings djangoReplicas: 10 -djangoMemoryRequest: "2800Mi" -djangoMemoryLimit: "2800Mi" +djangoMemoryRequest: "2000Mi" +djangoMemoryLimit: "2000Mi" celeryReplicas: 10 celeryMemoryRequest: "900Mi" celeryMemoryLimit: "900Mi" juliaReplicas: 15 juliaCpuRequest: "1000m" juliaCpuLimit: "4000m" -juliaMemoryRequest: "12000Mi" -juliaMemoryLimit: "12000Mi" +juliaMemoryRequest: "8000Mi" +juliaMemoryLimit: "8000Mi"