I'm handling witha quite little big database (87mb) import and to do that I use a php script. All the operations are made in locale with an apache installation on Ubuntu Lucid.
When I run the script after few minutes I receive this error:
Allowed memory size of 268435456 bytes exhausted
I've changed 'memory_limit' to 2GB in php.ini file and restarted apache. After that I've checked phpinfo() and I see that memory_limit is set to '2048M' so all is ok.
But when i relaunch my script i receive the same error, 256mb memory limit exahusted.
Where am I wrong?