8388608 bytes exhausted

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rod
    Member
    • Mar 2004
    • 65

    8388608 bytes exhausted

    Im getting this error on one of my blogs:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 91440 bytes) in /home/*******/public_html/photo/wp-content/plugins/sitemap.php on line 1163

    php only has 8mb of memory?? why?
  • AndrewT
    Administrator
    • Mar 2004
    • 3653

    #2
    In general a PHP script should not need nearly 8MB to run properly. You can create your own php.ini in the exact directory of the script with the following line in it:

    memory_limit = 16M

    However, if the script really does continue to use lots of memory we may have to ask that you stop using it.

    Comment

    Working...