Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions diracx/templates/diracx-web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down