I am using Goutte v2.0.4 which is a wrapper for Symfony2 DomCrawler. I have the html files locally stored. Some of them are below 10MB; I have crawled those files successfully.
Other files are above 30MB. These are not getting crawled. This may be a file size issue. All files have similar formatting. So what's wrong? How to crawl big sized files?