• Resolved compunuts

    (@compunuts)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • In Ubuntu increase the memory limit in php.ini and in .htaccess.

    Thread Starter compunuts

    (@compunuts)

    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?? 😮

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allowed memory size exhausted?’ is closed to new replies.