Results 1 to 8 of 8

Thread: Wordpress 2.8.x SERIOUS Memory Issues

  1. #1
    Shenron's Avatar
    Shenron is offline Administrator
    Join Date
    Dec 2008
    Location
    Portugal
    Posts
    1,888
    Blog Entries
    2
    Thanks
    555
    Thanked 547 Times in 367 Posts

    Wordpress 2.8.x SERIOUS Memory Issues

    I've been fighting all day with some WP issue and found an outstanding post about it, I suggest you read it carefully (even though it might be a long read) and remember to never upgrade things just because there's a new version or because someone tells you so...

    Early this morning I had a few "Out of Memory" messages in a few of my recently upgraded (to version 2.8.4) wordpress blogs, mainly backend messages, nothing really serious.

    WTF?!? Out of memory?

    Well, it wasn't that hard to fix it, I just had to change php_value memory_limit to 64M and everything was ok, but then again I didn't feel very comfortable with it and kept searching until I've found this pearl.

    READ IT FOR YOUR OWN GOOD (and safety).

    Wordpress 2.8 Memory Usage and Bloat, Photo

  2. Thanked by:

    Alastor (14 September, 2009), bogart (15 September, 2009), dmi (15 September, 2009), Hellas (16 September, 2009), Snak3 (18 September, 2009), TopDogger (15 September, 2009)

  3. #2
    Alastor's Avatar
    Alastor is offline Newbie Net Builder
    Join Date
    Feb 2009
    Location
    SoCal
    Posts
    50
    Thanks
    21
    Thanked 25 Times in 18 Posts
    I had this happen a week or so ago, though wordpress tossed out this error when I tried to upgrade. I strongly agree with you on NOT upgrading just because a new version is out, for me I wait awhile (sometimes a long while) in hopes that some of the major bugs will be worked out before I dive in.

    Thanks for the good read

  4. #3
    TopDogger's Avatar
    TopDogger is offline Über Hund
    Join Date
    Jan 2009
    Posts
    1,343
    Thanks
    201
    Thanked 575 Times in 403 Posts
    All of my sites are updated to 2.8.4. I have not yet seen the problem, but I had the memory limit set at 32 meg due to all of the past problems with WordPress code occasionally pigging out.

    I just set them all to 64 meg.

    Thanks for the heads-up!
    You can have it fast, good or cheap. Pick any two.

  5. #4
    bogart's Avatar
    bogart is offline Super Moderator
    Join Date
    May 2009
    Location
    New York
    Posts
    3,200
    Thanks
    1,693
    Thanked 719 Times in 558 Posts
    On my part, wp upgrades are driven by security issues. You just can't win.

  6. #5
    5starpix's Avatar
    5starpix is offline Senior Net Builder
    Join Date
    Dec 2008
    Location
    Montreal, Quebec
    Posts
    1,708
    Blog Entries
    9
    Thanks
    157
    Thanked 225 Times in 162 Posts
    I had some problems with the newer version. I have now downgraded, as it is better fro me, but I do think this could be a security risk

  7. #6
    JOSHMONGAN's Avatar
    JOSHMONGAN is offline GO DAWGS
    Join Date
    Jun 2009
    Posts
    40
    Thanks
    4
    Thanked 1 Time in 1 Post

    Is this the same error yall are talking about, if so how do i go about fixing this?

  8. #7
    TopDogger's Avatar
    TopDogger is offline Über Hund
    Join Date
    Jan 2009
    Posts
    1,343
    Thanks
    201
    Thanked 575 Times in 403 Posts
    Quote Originally Posted by JOSHMONGAN View Post

    Is this the same error yall are talking about, if so how do i go about fixing this?
    No, but it is similar. The image you are trying to load into your thumbnailer is too large to be processed by the code using the available memory.

    The same fix should fix this issue, but you have to bump the memory limit up to 83 meg or higher.

    Add the following to the .htaccess file

    Code:
    php_value memory_limit 83M
    You can have it fast, good or cheap. Pick any two.

  9. Thanked by:

    JOSHMONGAN (17 September, 2009)

  10. #8
    nessie's Avatar
    nessie is offline Newbie Net Builder
    Join Date
    Dec 2008
    Location
    /root
    Posts
    59
    Thanks
    10
    Thanked 6 Times in 6 Posts
    Quote Originally Posted by 5starpix View Post
    I had some problems with the newer version. I have now downgraded, as it is better fro me, but I do think this could be a security risk
    It could be. 2.8.4 was a security fix.

Similar Threads

  1. Wordpress Themes Footer Links Legal Issues
    By Hellas in forum Wordpress
    Replies: 12
    Last Post: 2 December, 2009, 11:22 AM
  2. CSS issues
    By 1901gt in forum Programming
    Replies: 4
    Last Post: 24 September, 2009, 06:56 AM
  3. SEO Issues?
    By Electron in forum Promoting
    Replies: 4
    Last Post: 29 July, 2009, 11:01 AM
  4. Replies: 1
    Last Post: 25 July, 2009, 14:36 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •