Fatal error: Allowed memory size of 67108864 - Ho to Resolve ?

 

Fatal error: Allowed memory size of 67108864 - Ho to Resolve ?

Hot to resolve next php/apache error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate NNNNNN bytes) in /…/some-file.php on line NNNN

tried the following (previous value is commented) in php.ini & restart apache:

;max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_execution_time = 600 ; 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 = 64M ; Maximum amount of memory a script may consume (64MB)
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)


One Response to “Fatal error: Allowed memory size of 67108864 - Ho to Resolve ?”

  1. Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 17160 bytes)

Post a Comment