I\'m processing an old database php array to a new database. The data .php files are in total around 220 MB large.
I\'ve inserted these lines in the script so that i
Memory limitation comes from the OS, not from PHP itself.
Your script allocated 800MB and is trying to allocate further 500MB
Try to run the script on 64bit OS with 64 bit PHP.