Skip to content

Commit aec9b19

Browse files
authored
Merge pull request #176 from aldbr/main_FIX_increase-web-install-values
fix: increase memory requested/limit to build diracx-web
2 parents ed68fbb + c71c61a commit aec9b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diracx/templates/diracx-web/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ spec:
122122
# RAM usage can be high, so we set a larger limit
123123
resources:
124124
requests:
125-
memory: 512Mi
126-
limits:
127125
memory: 1Gi
126+
limits:
127+
memory: 2Gi
128128
volumeMounts:
129129
# This volume contains the source code of the cloned diracx-web repository
130130
- mountPath: "/diracx-web"

0 commit comments

Comments
 (0)