We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to crawl a big website by using the CLI command
crawl -b http://www.***.com
Unfortunatly, after few minutes, the shell returns :
FATAL ERROR: CALL_AND_RETRY_2 Allocation failed - process out of memory Abandon
I've found that you can increase the memory limit by using this option :
node --max-old-space-size=8192 my-node-script.js
So, How can I use this option with the CLI command ?
Thank you.
The text was updated successfully, but these errors were encountered:
I'm having the same problem right now and I can't get it to work. Has anyone figured this out?
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to crawl a big website by using the CLI command
crawl -b http://www.***.com
Unfortunatly, after few minutes, the shell returns :
I've found that you can increase the memory limit by using this option :
So, How can I use this option with the CLI command ?
Thank you.
The text was updated successfully, but these errors were encountered: