Allowed memory size of 268435456 bytes exhausted [closed]

havoc802

New Member
\[quote\] Possible Duplicate:
Allowed memory size of X bytes exhausted \[/quote\]I'm handling with a 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:\[code\]Allowed memory size of 268435456 bytes exhausted \[/code\]I've changed \[code\]memory_limit\[/code\] to 2GB in php.ini file and restarted apache. After that I've checked \[code\]phpinfo()\[/code\] and I see that \[code\]memory_limit\[/code\] 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?
 
Back
Top