Fatal error: Allowed memory size of 12582912 bytes exhausted
« on: February 26, 2009, 11:40:03 AM »
Can someone help me with this? I don't know what i shoud do to make this right.

Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 2189068 bytes) in /kunder/norgeskjop.no/www/generator/pages/class.http.inc.php(2) : eval()'d code on line 105

Warning: Unknown: open(/var/lib/php/session/sess_qm4g9mlq8j7brk1so46057k2u6, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0



Warning: Unknown: open(/var/lib/php/session/sess_qm4g9mlq8j7brk1so46057k2u6, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
Re: Fatal error: Allowed memory size of 12582912 bytes exhausted
« Reply #1 on: February 26, 2009, 06:00:13 PM »
Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.
Re: Fatal error: Allowed memory size of 12582912 bytes exhausted
« Reply #2 on: March 24, 2009, 09:26:20 PM »
Hi.

my hosting support has increased my memory_limit from 12 tim to 128 MB and my max_execution_time from 60 to 180. now i can't get in to generate any more.
when i try to log in i get a screen that looks like this:

Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 30720 bytes) in /kunder/norgeskjop.no/www/generator/pages/class.http.inc.php(2) : eval()'d code on line 23

Warning: Unknown: open(/var/lib/php/session/sess_boe59e2ht7a5popqfccsvkjhc4, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0

my hosting support says they can't finde any errors, so I don't know what to do. Can you pleas help me?
Re: Fatal error: Allowed memory size of 12582912 bytes exhausted
« Reply #3 on: March 25, 2009, 02:20:13 AM »
Hello,

looks like they have applied changes incorrectly - a message "Allowed memory size of 262144 bytes " means that memory_limit is about 260Kb only, not 128Mb.