Skip to content
New issue

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

CLI Allocation memory fail #9

Open
Tilotiti opened this issue May 13, 2015 · 1 comment
Open

CLI Allocation memory fail #9

Tilotiti opened this issue May 13, 2015 · 1 comment

Comments

@Tilotiti
Copy link

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.

@jpearson311
Copy link

I'm having the same problem right now and I can't get it to work. Has anyone figured this out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants