Memory
« on: February 16, 2009, 05:06:06 PM »
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2621492 bytes) in /var/www/vhosts/dreambox-center.com/httpdocs/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6
xeon:~#

But i have set memory in php.ini

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30     ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 2000M

How can it be that the script use 2000MB?
I dont get it as other domains work with crawl
Re: Memory
« Reply #1 on: February 16, 2009, 10:05:03 PM »
Looks like these settings are not applied. Try to create file named "phpinfo.php" in generator folder with:
Code: [Select]
<?php
phpinfo
();
?>
and open it in browser to see actual PHP options.