Skip to content

Commit

Permalink
Support large heap of up to 6GB
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Oct 16, 2024
1 parent 8efd673 commit 2745693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/electron/scanManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const validateUrlConnectivity = async (scanDetails) => {
const response = await new Promise(async (resolve) => {
const check = spawn(
"node",
[`${enginePath}/dist/cli.js`, ...getScanOptions(scanDetails)],
[`--max-old-space-size=6144`,`${enginePath}/dist/cli.js`, ...getScanOptions(scanDetails)],
{
cwd: resultsPath,
env: {
Expand Down

0 comments on commit 2745693

Please sign in to comment.