Skip to content

Commit fff584b

Browse files
committed
feat(trieve): increase memory limit on CI action for large openapi spec
1 parent c500095 commit fff584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-trieve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
TRIEVE_API_KEY: ${{ secrets.TRIEVE_API_KEY }}
2626
TRIEVE_ORGANIZATION_ID: ${{ secrets.TRIEVE_ORGANIZATION_ID }}
2727
TRIEVE_DATASET_TRACKING_ID: ${{ secrets.TRIEVE_DATASET_TRACKING_ID }}
28-
NODE_OPTIONS: --max-old-space-size=4096
28+
NODE_OPTIONS: --max-old-space-size=8192
2929
run: trieve-vitepress-adapter --path . -s https://coolify.io/docs/openapi.json -r https://coolify.io -a docs/api-reference/api/operations

0 commit comments

Comments
 (0)