Skip to content

Commit

Permalink
chore(deps): increase node memory allocation
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
  • Loading branch information
ruromero committed Apr 24, 2024
1 parent f4c58ce commit 9e2f254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/exhort-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
- image: registry.redhat.io/ubi9/openjdk-21:1.18
name: builder
workingDir: $(workspaces.source.path)/source
script: mvn -B --settings settings.xml verify -Dquarkus.redis.hosts=redis://localhost/
script: NODE_OPTIONS=--max_old_space_size=4096 mvn -B --settings settings.xml verify -Dquarkus.redis.hosts=redis://localhost/
computeResources:
limits:
memory: 8Gi
Expand Down
1 change: 1 addition & 0 deletions ui/.yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
network-timeout 600000

0 comments on commit 9e2f254

Please sign in to comment.