Skip to content

Commit

Permalink
Merge pull request #42 from italia/fix/2.2.17
Browse files Browse the repository at this point in the history
feat: 12GB node memory
  • Loading branch information
simone-amadio-acn authored Dec 1, 2023
2 parents 16a0855 + 5c6206b commit ffcdc2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion command/scanManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dbSM
}

const command =
`node --max-old-space-size=13312 --no-warnings --experimental-modules --es-module-specifier-resolution=node --loader ts-node/esm ${__dirname}/scanManagerItem${__filenameExtension} --jobId ` +
`node --max-old-space-size=12288 --no-warnings --experimental-modules --es-module-specifier-resolution=node --loader ts-node/esm ${__dirname}/scanManagerItem${__filenameExtension} --jobId ` +
job.data.id;

console.log("[SCAN MANAGER] EXECUTING: ", command);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawler-handler",
"version": "2.2.16",
"version": "2.2.17",
"description": "Handler per il validatore di comuni e scuole",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit ffcdc2c

Please sign in to comment.