[Resolved] Fatal error: Out of memory (allocated 35127296)

#1
full title: Fatal error: Out of memory (allocated 35127296) (tried to allocate 32813957 bytes)

Hello
I got this error while running PHP script
This is infos on MYSQLDUMPER ( the PHP script )
MySQLDumper-Version: 1.24
Operating system: Linux ()
MySQL-Version: 5.0.91-community
PHP-Version: 5.3.2 Memory: 19.55 GB Max execution time: 30 Seconds

But php.ini and php info set to this

max_execution_time 6000 6000
max_input_time 600 600
memory_limit 20024M

What is the problem here ?
 
Last edited by a moderator:
#3
it's in Server-->External App-->lsphp5-->Memory Soft Limit (bytes)/Memory Hard Limit (bytes), default is 250M/300M.

I ve inscree this to 4GB and 5GB it s now working fine
 
Top