compunuts
Member
Posted 7 years ago #
I'm trying to install a new V2.0.2. MySQL 4.0.24 and Apache2 on Ubuntu x64. I got the following error when invoke http://myhost/wp-admin/install.php .
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /var/www/hintha/wp-admin/upgrade-schema.php on line 322
Any tips?
voidwp57
Member
Posted 7 years ago #
In Ubuntu increase the memory limit in php.ini and in .htaccess.
compunuts
Member
Posted 7 years ago #
Got it working, THANKS.
On Ubuntu 5.10, I modified /etc/php5/apache2/php.ini and increased memory_limit = 12M from 8 MB.
Then restarted apache2 with "sudo service apache2 restart". All is good. WordPress needs 12 MB of memory?? :eek: