We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259ac27 commit 609e308Copy full SHA for 609e308
.github/workflows/update-mongodb-occurrences.yml
@@ -30,4 +30,4 @@ jobs:
30
env:
31
MONGO_URI: ${{ secrets.MONGO_URI }}
32
TEMPDIR: /home/runner/work/DarwinCoreJSON/
33
- run: deno run -A src/ocorrencia.ts
+ run: deno run -A --v8-flags=--max-old-space-size=8192 src/ocorrencia.ts
0 commit comments