Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Coupe WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Corrigé : Erreur d’épuisement de la mémoire de WordPress – Augmenter la mémoire de PHP

Voyez-vous un message d’erreur de taille de mémoire épuisée dans WordPress ?

C’est l’une des erreurs les plus courantes de WordPress, et vous pouvez facilement la corriger en augmentant la limite de mémoire PHP dans WordPress.

Dans cet article, nous allons vous afficher comment corriger l’erreur WordPress memory exhausted en augmentant la limite de mémoire de PHP.

Fix: WordPress Memory Exhausted Error – Increase PHP Memory

Qu’est-ce que l’erreur d’épuisement de la mémoire de WordPress ?

L’erreur WordPress memory exhausted est un message que vous pouvez voir si votre site web a du mal à fonctionner.

WordPress utilise PHP, un langage de programmation côté serveur qui nécessite de la mémoire pour fonctionner.

Comme tout autre ordinateur, les serveurs web disposent d’une quantité limitée de mémoire pour faire fonctionner plusieurs applications en même temps. Les fournisseurs d’hébergement WordPress allouent des tailles de mémoire spécifiques à différentes applications, y compris PHP.

Lorsque votre code WordPress nécessite plus de mémoire que la mémoire allouée par défaut, vous verrez apparaître ce message d’erreur :

Erreur fatale : La taille mémoire autorisée de 33554432 octets est épuisée (tentative d’allocation de 2348617 octets) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx

Memory exhausted error displayed on a WordPress site

Il se peut que votre site WordPress épuise la mémoire de son serveur si c’est le cas :

  • Beaucoup d’images, de vidéos et d’autres types de médias
  • Beaucoup d’extensions WordPress inutilisées
  • dépasse les ressources de son offre d’hébergeur

Par défaut, WordPress tente automatiquement d’augmenter la limite de mémoire de PHP si elle est inférieure à 64 Mo. Cependant, 64 Mo n’est souvent pas suffisant.

Ceci étant dit, voyons comment augmenter facilement la limite de mémoire de PHP dans WordPress pour éviter l’erreur de mémoire épuisée.

Vous pouvez utiliser les liens rapides ci-dessous pour naviguer dans le didacticiel :

Remarque : certaines de ces méthodes nécessitent que vous modifiiez directement vos fichiers WordPress. Nous vous conseillons de sauvegarder d’abord votre site web afin d’éviter que d’autres erreurs n’apparaissent sur votre site.

Option 1 : modification du fichier wp-config.php

Tout d’abord, vous devez modifier le fichier wp-config.php sur votre site WordPress. Il s’agit de l’un des fichiers principaux de WordPress, situé dans le répertoire racine, généralement nommé public_html.

Vous devrez utiliser un client FTP comme FileZilla ou le gestionnaire de fichiers de votre panneau de contrôle de l’hébergeur.

Ensuite, vous devez coller la ligne suivante dans le fichier wp-config.php juste avant celle qui dit, C'est tout, arrêtez de modifier ! Bon blog.

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

Ce code indique à WordPress d’augmenter la limite de mémoire de PHP à 256MB.

Pour plus de détails, consultez notre guide étape par étape sur la façon de trouver et de modifier le fichier wp-config.php.

Une fois que vous avez terminé, vous devez enregistrer vos modifications et téléverser votre fichier wp-config.php sur votre serveur.

Vous pouvez maintenant visiter votre site WordPress, et l’erreur de mémoire épuisée devrait avoir disparu.

Option 2 : Modification du fichier .htaccess

La méthode suivante consiste à modifier le fichier .htaccess. Ce fichier se trouve également dans le dossier racine du site web de WordPress.

Ici, vous devez coller le code suivant avant la ligne qui dit #END WORDPRESS.

php_value memory_limit 256M

Tout comme le code précédent, il indiquera à WordPress d’augmenter la limite de mémoire de PHP à 256MB.p

Après cela, il vous suffit d’enregistrer vos modifications et de téléverser le fichier sur votre serveur web. Vous pouvez maintenant ouvrir à nouveau votre site WordPress pour voir si l’erreur de limite de mémoire a disparu.

Si vous ne trouvez pas le fichier .htaccess, consultez notre guide sur les raisons pour lesquelles le fichier .htaccess peut être manquant et sur la manière de le trouver.

Option 3 : Vérification du fichier php.ini

Si les méthodes ci-dessus ne fonctionnent pas, vous pouvez consulter votre fichier php.ini.

php.ini est un fichier qui contrôle vos paramètres PHP, y compris la version PHP et les scripts PHP. Il ne s’agit pas d’un fichier central de WordPress, car c’est généralement votre hébergeur qui le gère.

Vous pouvez vérifier son code pour connaître la limite d’utilisation de la mémoire de votre PHP. Pour plus de modifications, vous pouvez consulter notre guide sur la façon de trouver et de modifier le fichier php.ini.

Cependant, comme il s’agit d’une méthode avancée, nous vous recommandons de contacter l’équipe d’assistance de votre hébergeur pour voir s’ils peuvent augmenter manuellement la limite de mémoire de WordPress. Dans le cas contraire, cette méthode risque d’entraîner d’autres erreurs.

Pour plus d’informations, vous pouvez consulter notre guide sur la manière de demander une assistance à WordPress.

Option 4 : Mise à niveau de votre hébergement WordPress

Si vous rencontrez constamment l’erreur « Mémoire épuisée », c’est peut-être le signe que votre site web n’est plus adapté à son plan d’hébergement actuel.

Au fur et à mesure que votre site web attire plus de visiteurs et ajoute plus de contenu, il a besoin de plus de ressources pour fonctionner correctement. Passer à un plan avec une allocation de mémoire plus élevée peut être une solution permanente.

Envisagez de mettre à niveau votre hébergement WordPress si :

  • Vous avez essayé les solutions précédentes et l’erreur persiste.
  • Votre site web a considérablement augmenté en termes de trafic ou de contenu.
  • Vous prévoyez d’ajouter des caractéristiques ou des fonctionnalités qui nécessitent davantage de ressources.

Bluehost propose des plans d’hébergement WordPress abordables et fiables qui peuvent s’adapter aux besoins de votre site web. Ils fournissent une plateforme conviviale spécialement optimisée pour WordPress, ce qui facilite la gestion de votre site web.

Si vous utilisez notre code promo Bluehost, vous pouvez obtenir jusqu’à 61% de réduction sur votre premier achat. Cliquez simplement sur le bouton ci-dessous pour l’obtenir :

Bluehost offer for WPBeginner readers

Comment éviter d’épuiser la mémoire de WordPress

Maintenant que vous avez résolu le problème d’épuisement de la mémoire de WordPress, voici quelques mesures proactives pour éviter qu’il ne se reproduise :

  • Désactiver les plugins inutilisés. De nombreux plugins contribuent à l’utilisation de la mémoire. Passez régulièrement en revue les plugins installés et désactivez ceux que vous n’utilisez pas activement afin de libérer de la mémoire pour les tâches essentielles.
  • Optimisez les images. Les images de grande taille peuvent être gourmandes en mémoire. Pensez à utiliser un plugin comme EWWW Image Optimizer pour compresser automatiquement les images avant de les télécharger sur votre site.
  • Utilisez un plugin de mise en cache. Les plugins de mise en cache stockent les données du site web, réduisant ainsi la nécessité pour WordPress de les régénérer à chaque visite. Cela permet d’améliorer considérablement les performances du site et de réduire l’utilisation de la mémoire.

Nous espérons que cet article vous a aidé à résoudre l’erreur WordPress memory exhausted en augmentant la limite de mémoire de PHP. Vous pouvez également consulter notre guide pas à pas du débutant pour dépanner les erreurs WordPress et nos choix d’experts pour les meilleurs plugins WordPress pour développer votre site.

Si vous avez aimé cet article, veuillez alors vous abonner à notre chaîne YouTube pour obtenir des tutoriels vidéo sur WordPress. Vous pouvez également nous trouver sur Twitter et Facebook.

Divulgation : Notre contenu est soutenu par les lecteurs. Cela signifie que si vous cliquez sur certains de nos liens, nous pouvons gagner une commission. Consultez comment WPBeginner est financé, pourquoi cela compte et comment vous pouvez nous soutenir. Voici notre processus éditorial.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

L'ultime WordPress Toolkit

Accédez GRATUITEMENT à notre boîte à outils - une collection de produits et de ressources liés à WordPress que tous les professionnels devraient avoir !

Reader Interactions

463 commentairesLaisser une réponse

  1. rahul

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 262198 bytes) in /home/content/p3pnexwpnas04_data01/91/3161991/html/wp-content/object-cache.php on line 574

  2. Bijay Budhathoki

    It Worked for me when i changed the following

    define(‘WP_MEMORY_LIMIT’, ‘264M’);

  3. Gus

    Thanks! Worked like a charm! I tried 64M and did not worked, then I tried 512M and worked. Note: I always makes notes on my files for future reference, so I noticed that for some weird reason, when I wrote a note it did not worked, I removed the note and worked … I know! it is weird, but I am just sharing my weird experience in case this happens to someone else.

  4. Brian

    It really worked like a charm on my site One thing i am beginning to learning about wordpress. Have you FTP app open and ready when handling any upgrades or plugins installs

  5. ussy

    worked for me
    Thanks
    I increased it to 512M

  6. Muhammad Farooq

    Sometimes 64M also doesn’t work try to change it to 128M, then it will work fine.
    Thanks for sharing this awesome info :)

  7. Troy Vayanos

    I’ve been getting this error for a couple of weeks now and my host continually increases the memory but it still occurs when I’m doing updates and going in and out of my WP dashboard.

    Error below:

    Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 96 bytes) in /home/vwa9843/public_html/example.com/wp-includes/wp-db.php on line 1833

    I’ve checked the plugins and they are all low of memory they take up.

    Is there any other solution I could try?

    Thanks

  8. Pascal mutulu

    Thanks,
    define(‘WP_MEMORY_LIMIT’, ’64M’);
    It worked for me in a second after 1week hustle.

  9. Tuấn

    thank you so much, you are save my life, it’s worked like a charm!!

  10. Avtar Nanrey

    You’re a life saver. Thank You.

  11. Olagoke Tobi

    Thanks guys, worked like a charm!!!!!

  12. RetroMike

    Nice one! Instafix :)

    (well… after opening loads of other tabs and not doing it for 10 minutes…)

  13. Shubham Singh

    I’m getting this problem..please help me wp beginner..

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 786432 bytes) in /home/mom14isgod/public_html/wp-includes/SimplePie/Item.php on line 2736

  14. JK

    Howdy,

    Where exactly should I place this in the wp-config.php file? Under what? Before what?

    Please help – I think this issue has made me a bit more insane!

    Ta
    JK

    • WPBeginner Support

      You should paste this code just before the line « /* That’s all, stop editing! Happy blogging. */ »

      Administrateur

  15. sajid

    sir i am trying to upload images in wordpress directory but after add images in wordpress page its not showing and also showing 404 error can you tell me the reason ?

  16. Sarah

    Problem: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) ..

    Solve: I sovle It

    step 1. Login Cpanel

    step 2. Go to Web root (public_html/www) click GO

    step 3 find php.ini OR .htaccess file

    edit php.ini OR .htaccess file

    max_execution_time = 30
    max_input_time = 60
    memory_limit = 128M

    TO

    max_execution_time = 30
    max_input_time = 60

    memory_limit = 512M

    Then solve my error.

    If any body face problem please contact me at

    • Shah Nasir

      Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 18 bytes) in /home/unlockingportal/public_html/wp-content/plugins/Ultimate_VC_Addons/modules/Ultimate_List_Icon.php on line 147
      plz fix this i tried so many times with ur instructions but still i face same problem

    • Smith

      I solve my problem flow your note but one more problem if you provided your contact i will helpfulness

    • faisal

      hi. i have facing some issue with word press online. i worked locally on my machine then upload online, everything working fine, but my theme not editable online.

      HTTP ERROR 500

    • john

      hello mate im having this problem with my wordpress can you help i already tried that what you post. best regards

    • Gabriela

      I can’t find my .htaccess or php.ini file in CPanel :( Help!

      • Anonimos

        There’s a window open when you click on cpanel file explore, tick dot show hidden file

    • Alpesh Desai

      Bro I searched this but not found
      php.in

      and Found
      .htaccess

      but not showing memory limit please email me

    • hassan

      i increased the size but notning happens

    • saad

      i had put up in the wpconfig.php
      define(‘WP_MEMORY_LIMIT’, ‘512M’); still i am facing the problem
      please help me out

  17. Jhasketan Garud

    Thanks a lot . It just saved me from a 503 error as well.

  18. aqib

    i am getting this eror when i publishig new post
     »Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77 bytes) in /home/veri85fa/public_html/wp-content/plugins/wordpress-23-related-posts-plugin/recommendations.php on line 57
    plz give sloution to fix this

  19. Ahmed

    i don’t know how to thank you, i spent the whole day tryig to figure out what’s the problem with my site until i found this simple « memory increase » solution.

    THANK YOU

  20. Erick Ferrari

    Thanks WP Beginner!

    It worked great with my website.

    As a suggestion: This happens due to the over usage of memory.

    In my case I had too many Plugins installed in my website.

    I deleted the unused plugins as well and the memory problem was solved easily.

    If you are planing for a robust website it is better to extend the memory on the config.php as you start to build the website.

    Thanks

    Erick

  21. Mos

    Hello,
    How do identify the main php tag?
    Thanks!

  22. Christian

    Sweet! Worked perfectly. Thanks!

  23. gopi

    front-end is working fine but when open the back-end i tried to access the menu section under appearance but when i clicked on it, it shows the Fatal Error of Memory exhausted.
    The error is

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in /home/yyyyyy/public_html/yyyyyy.com/wp-includes/meta.php on line 838

    Please help me in this regard.

  24. sandy

    I got this error when trying to install wordpress does anybody got in solution.

    Fatal error: Maximum execution time of 30 seconds exceeded in F:\xampp\htdocs\site1\wordpress\wp-admin\includes\misc.php on line 105

    thank you
    sandy

  25. Aldaz

    New to word press how can I fix the following, any help is much appreciated.

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6785803 bytes) in /home/content/p3pnexwpnas10_data01/69/2702869/html/wp-content/object-cache.php on line 574

  26. Gerhard

    Also had the memory limit problem on edit.php for a custom post type. Found out that if the CPT is hierarchical wp loads all posts so if you dont need it to be hierarchical set it to false in the declaration.

    greets gerhard

  27. Lindsay

    Worked like a charm! Thanks for the super simple fix!

  28. Dani

    Thanks Sabi Hussain, it just fixed my problem. I saw every forum all adressing the same problem, I have 512M allowed with my server, and define in config.php for 128M but it wasn’t working till I saw your comment, best tip ever. It was overwriting what I define in config.php. Thanks a lot!

  29. David

    Please how do I locate my Root WordPress Directory. Please explain with images to help me understand better. Thanks

  30. Ashlee

    Hi;
    Supposed to be updating today and got the white screen of death. Went into wp-config.php and changed debug status to true which then popped up with this message. I’ve added the suggested code of both 64 and then 128. This is not working and my host says there is nothing they can do? They keep saying that i’m well below my capacity on my hosting account. I’m not sure they completely understand the issue? Is it something in regards to WordPress that they have to change or does it have to do with my memory space on their server.
    I hope this article isn’t too old and you can response quickly.
    – Ashlee

    • Doug

      Hi Ashlee,

      If you have already changed your wp-includes/default-constants.php file, it could be the server. If you have access to WHM or a developer does who can change settings like max file size for upload.
      For example, if you are having issues with uploading files to Wordpress because of their size this can be changed in WHM under Service Configuration > PHP Configuration Editor. You would want to change the upload_max_filesize field from 2M (default) to whatever file size you need.

  31. Kenold Beauplan

    128M worked for me.
    Thanks

  32. lootoffers

    Fatal error: Cannot redeclare win_is_writable() (previously declared in /home/u805727311/public_html/wp-includes/functions.php:1684) in /home/u805727311/public_html/wp-admin/includes/misc.php on line 557

    Please solutions

  33. Sabir Hussain

    so simple
    check this file
    public_html/wp-includes/default-constants.php

    Enjoy

  34. Dong

    sorry but the suggested solution is not a fix for me.

    I am using a w3 cache plugin but it was not the culprit.
    I’ve increased memory in php.ini and wp-config.php to 512MB and I still get the Fatal error.

    the workaround was to stop non-important plugin and so far the site is OK (temporarily)

  35. Victoria Miller

    Thanks SO much!

    I had created a child theme (my first) and couldn’t understand why just trying to Customize the Appearance in dashboard would cause a Server error. This fix define(‘WP_MEMORY_LIMIT’, ‘128M’); did the trick!!!!

  36. mrunmay phanse

    Hey it worked awesome for me…… and thanks to that person who added 128m in comment… i used that tag and it worked =D thanks

  37. Kim

    Hi Everyone – Is there a fix for this exact same problem, except instead of « /wp-includes/plugin.php » at the end of the error it’s  » /file.php » ?
    I’m still getting the error and I »m unable to update anything on my site. Thanks so much!

  38. Kassiah

    Thanks for this great tip! Worked like a charm :)

  39. Saskia

    I have a white screen and cannot open the items in the wordpress directory (only SEO and guestbook). How to increase the memory?

  40. Alex

    Hi guys,

    This method can be use to fix the « 508 Resource Limited Reached » Problem?

    Thank You

  41. Pete Trenery

    Thanks for the great tip – worked a treat.
    Unfortunately all we got after an initial upgrade to Wordpress was the WSOD when attempting to login and edit our website.
    Your steps were clear and solved our issue – now able to access via admin login again.

  42. Henry

    its great thanks , it worked after increase the memory limit up to 128mb

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    • Jessica

      This worked for me, thanks a bunch everyone!

  43. Abdul Qayoum

    I installed a wordpress template and then demo content. After that i tried to access the menu section under appearance but when i clicked on it, it shows the Fatal Error of Memory exhausted.
    The error is

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 28593220 bytes) in /home/xxxx/public_html/xxxxxx.com/wp-admin/includes/nav-menu.php on line 1198

    Please help me in this regard.

  44. Anriëtte

    Had a strong suspicion this won’t work for my host, but it did, thanks! :)

  45. Phil

    Perfect

    added
    128mb to remove error as short term solution
    contacted hosting to see if there needs to be a longer term answer also getting php versions updated as well

    added on top line after php tag
    /** Memory Limit */
    define(‘WP_MEMORY_LIMIT’, ‘128M’);

  46. tegori.org

    brilliant! thanks for this. I had to increase the limit to 256M, but it worked like a charm.

  47. Kasra Khosravi

    Thanks for the great article. I encountered this problem and I used a setting in « All in One SEO Pack » to increase the memory limit.

Laisser une réponse

Merci d'avoir choisi de laisser un commentaire. Veuillez garder à l'esprit que tous les commentaires sont modérés selon notre politique de commentaires, et votre adresse e-mail ne sera PAS publiée. Veuillez NE PAS utiliser de mots-clés dans le champ du nom. Ayons une conversation personnelle et significative.