Fatal error: Out of Memory
-
Hello,
I am getting random “Fatal error: Out of memory” errors on my wordpress blog (wordpress 2.9.2). I have disabled a few plug-ins, had my host provider up my php limit to 64M, changed my settings in the files I can find to 64M and it keeps happening sporadically. The most recent errors had an allocated memory size of “(allocated 20971520)” which just happens to be 20M. Somewhere there is a setting that is set to 20M, I just haven’t found it yet.
I have set the memory limit or made sure that it was set to 64M in the following files:
php.ini (in root/public_html)
.htaccess (in root/public_html)
wp-settings.phpI installed a memory monitor plug-in, the output is shown below:
* Usage Sample: 26.18MB (41%)
* Peak Usage: 26.92MB (42%)
* All-Time: 30.85MB on 3/25/10 @ 3:59 am (shutdown)
* Load Averages: 0.54 0.55 0.54
* WP Memory Limit: 64M
* PHP Memory Limit: 64MThis has been happening on and off since the New Year after a particularly large post with pictures. I have been searching for answers on the web and have run out of things to try so I am adsking for some help or direction.
Thanks in advance for anyones help in this.
Kevin
recent captured errors:
Fatal error: Out of memory (allocated 20971520) (tried to allocate 30720 bytes) in /home/weaver/public_html/wordblog/wp-content/plugins/wp-postviews/wp-postviews.php on line 320
Fatal error: Out of memory (allocated 21233664) (tried to allocate 122880 bytes) in /home/weaver/public_html/wordblog/wp-content/plugins/wp-postviews/wp-postviews.php on line 757
Fatal error: Out of memory (allocated 20971520) (tried to allocate 30720 bytes) in /home/weaver/public_html/wordblog/wp-content/plugins/wp-postviews/wp-postviews.php on line 320
(I disabled wp-postviews plugin after the 3 errors
Fatal error: Out of memory (allocated 20971520) (tried to allocate 122880 bytes) in /home/weaver/public_html/wordblog/wp-includes/pluggable.php on line 342
Fatal error: Out of memory (allocated 20971520) (tried to allocate 24577 bytes) in /home/weaver/public_html/wordblog/wp-settings.php on line 601
- The topic ‘Fatal error: Out of Memory’ is closed to new replies.