Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Web Crawl Memory Management
I tried to crawl a fairly large site recently and despite giving my rapid miner process 1024M of heap memory, the app eventually crashed with a memory exception. I was using the Crawl Web component. I think what I probably need to do is store my urls to follow in a database or on a file rather than trying to hold all that in memory. Does the Process Documents from Web component enable that functionality? It seems like it pretty much has the same link following functionality capability as the Crawl Web component. Can someone confirm?
0
Answers
1024M of memory is not that much - maybe you should increase that value. Furthermore, did you enable "add pages as attributes"? In that case, the contents of the page is kept in memory. For large crawling projects that can easily consume all your memory, even on large machines. Instead, disable that parameter and use "write pages into files" instead.
Best regards,
Marius