diff --git a/diracx/templates/diracx-web/deployment.yaml b/diracx/templates/diracx-web/deployment.yaml index 0de0806..f864bff 100644 --- a/diracx/templates/diracx-web/deployment.yaml +++ b/diracx/templates/diracx-web/deployment.yaml @@ -122,9 +122,9 @@ spec: # RAM usage can be high, so we set a larger limit resources: requests: - memory: 512Mi - limits: memory: 1Gi + limits: + memory: 2Gi volumeMounts: # This volume contains the source code of the cloned diracx-web repository - mountPath: "/diracx-web"