Originally Posted by
kitcorsa
how much memory should this script need to run??
I keep getting php memory errors when producing sitemaps when i have a vps with 4gb of available ram (unsused ram)
php config memory set to -1 so should be able to use all the ram....
[27-Jun-2014 17:34:23 Europe/London] PHP Fatal error: 2008:MySQL client ran out of memory :: select p.products_id, p.master_categories_id
from products p
where p.products_id = '3814' limit 1 in /home/********/public_html/includes/classes/db/mysql/query_factory.php on line 120
[27-Jun-2014 17:34:23 Europe/London] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
from sessions
where sesskey = 'a21e966c4fea93934404bd9335450509' in /home/******/public_html/includes/classes/db/mysql/query_factory.php on line 120
how ever i can get the sitemaps to produce with no issue if CEON URL plugin is turned off.