I'm trying to read in a csv file [using php func file() ] which is 30MB large.
I got the Fatal memory error below; googled it, and modified the php.ini file (located in /etc/php5/apache2/php.ini ) to have 64M memory limit.
Restarted apache server (restarted entire machine), but STILL getting the error below.
I'm running Kubuntu Hardy Heron (awesome distro!)
If anyone has advice on this, would be much appreciated!
Many thanks
Gerry
LAMP newbie
pacific@mainbox:/var/www$ php transfer.php
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 16 bytes) in /var/www/transfer.php on line 8