Skip to content

Commit 609e308

Browse files
committed
fix(mongo-import): Aumenta memória do script de importação
1 parent 259ac27 commit 609e308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-mongodb-occurrences.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
MONGO_URI: ${{ secrets.MONGO_URI }}
3232
TEMPDIR: /home/runner/work/DarwinCoreJSON/
33-
run: deno run -A src/ocorrencia.ts
33+
run: deno run -A --v8-flags=--max-old-space-size=8192 src/ocorrencia.ts

0 commit comments

Comments
 (0)