PHP Paramter Settings
« on: June 01, 2011, 04:42:39 PM »
What should the PHP settings be to make sure my crawl doesnt time out and I have enough memory for it to complete?
Re: PHP Paramter Settings
« Reply #1 on: June 01, 2011, 06:27:00 PM »
Hello,

the settings would depend on the site size/URLs structure and other factors. 256M for memory_limit and 1000 for max_execution_time are usually sufficient for medium sized website.