Forums

My server crash with memorylimit when i'm in the WP Admin (5 posts)

  1. dynexd
    Member
    Posted 1 month ago #

    Hi, i just switch my wordpress on a private server on host amen.fr, which is on debian and let me have 512 mo ram.

    My Database has 8000 posts, and more than 10 000 comments. My wp_post table weight is 125mo.

    I have no problem on the website, everything is working fine, but when im in the wp-admin, after 1 or 2 or 3 clicks there is a memorylimit that make crash my server.. Only in the admin, that what is strange, anypage i click on.. So it looks like there is something on every admin page that make high memory use..

    If someone have any ideas of the problem, of course it will help me ;)

    Thank you

    Fab

    Wordpress FR 2.8.4
    Plugins : (even if desactivating em all, it still crash, but it impact the database weight )
    - wpSEO
    - YARPP
    - WP-Stats
    - Akismet
    - Vipers video
    - Internal Link Building
    - wp-polls
    - .html on pages
    - role manager

  2. songdogtech
    Member
    Posted 1 month ago #

    Try increasing the memory for PHP and Wordpress by putting this line in your wp-config.php file:

    define('WP_MEMORY_LIMIT', '64M');

  3. dynexd
    Member
    Posted 1 month ago #

    thanks for helping ;)

    I already did.. No changes ! the fact is that the server crash, i have no php error..
    The strangest is that on the front it really works fine, but in the back it always crash due to memory use..

  4. songdogtech
    Member
    Posted 1 month ago #

    Talk to your host; sounds like you need to bump up to a higher grade server.

  5. songdogtech
    Member
    Posted 1 month ago #

    Might also optimize your database and delete old revisions to bring the size down: http://wordpress.org/extend/plugins/wp-dbmanager/

Reply

You must log in to post.

About this Topic