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

Correggi: Errore WordPress Memory Exhausted – Aumentare la memoria PHP

Viene visualizzato un messaggio di errore di esaurimento della memoria consentita in WordPress?

Questo è uno degli errori più comuni di WordPress e si può correggere facilmente aumentando il limite di memoria PHP in WordPress.

In questo articolo vi mostreremo come correggere l’errore di esaurimento della memoria di WordPress aumentando il limite di memoria di PHP.

Fix: WordPress Memory Exhausted Error – Increase PHP Memory

Che cos’è l’errore di WordPress Memory Exhausted?

L’errore “WordPress memory exhausted” (memoria esaurita) è un messaggio che potreste vedere se il vostro sito web fatica ad eseguire le attività.

WordPress è costruito utilizzando PHP, un linguaggio di programmazione lato server che ha bisogno di memoria per funzionare.

Proprio come qualsiasi altro computer, i server web hanno una quantità limitata di memoria per eseguire più applicazioni contemporaneamente. I fornitori di hosting WordPress assegnano dimensioni di memoria specifiche a diverse applicazioni, tra cui PHP.

Quando il codice di WordPress necessita di più memoria di quella allocata in modo predefinito, viene visualizzato questo messaggio di errore:

Errore irreversibile: Memoria consentita di 33554432 byte esaurita (ha tentato di allocare 2348617 byte) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx

Memory exhausted error displayed on a WordPress site

È possibile che il sito WordPress stia esaurendo la memoria del server:

  • Un gran numero di immagini, video e altri tipi di media
  • Un sacco di plugin WordPress inutilizzati
  • Ha superato le risorse del suo piano di hosting

Di default, WordPress cerca di aumentare automaticamente il limite di memoria di PHP se è inferiore a 64 MB. Tuttavia, spesso 64 MB non sono sufficienti.

Detto questo, vediamo come aumentare facilmente il limite di memoria di PHP in WordPress per evitare l’errore di memoria esaurita.

È possibile utilizzare i collegamenti rapidi riportati di seguito per navigare nell’esercitazione:

Nota: alcuni di questi metodi richiedono la modifica diretta dei file di WordPress. Suggeriamo di eseguire prima un backup del sito web per evitare che appaiano ulteriori errori sul sito.

Opzione 1: Modifica del file wp-config.php

Per prima cosa, è necessario modificare il file wp-config.php sul sito WordPress. Si tratta di uno dei file principali di WordPress, situato nella directory principale, solitamente denominata public_html.

È necessario utilizzare un client FTP come FileZilla o il file manager del pannello di controllo del web hosting.

Quindi, è necessario incollare la seguente riga nel file wp-config.php, subito prima di quella che dice: Questo è tutto, smettete di modificare! Buon blog.

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

Questo codice indica a WordPress di aumentare il limite di memoria di PHP a 256 MB.

Per maggiori dettagli, consultate la nostra guida passo-passo su come trovare e modificare il file wp-config.php.

Una volta terminato, è necessario salvare le modifiche e caricare il file wp-config.php sul server.

Ora potete visitare il vostro sito WordPress e l’errore di memoria esaurita dovrebbe essere scomparso.

Opzione 2: modifica del file .htaccess

Il metodo successivo consiste nel modificare il file .htaccess. Anche questo file si trova nella cartella principale del sito web di WordPress.

È necessario incollare il seguente codice prima della riga che dice #END WORDPRESS.

php_value memory_limit 256M

Simile al codice precedente, indicherà a WordPress di aumentare il limite di memoria di PHP a 256MB.p

Dopodiché, è sufficiente salvare le modifiche e caricare nuovamente il file sul server web. Ora è possibile riaprire il sito web di WordPress per vedere se l’errore relativo al limite di memoria è stato eliminato.

Se non riuscite a trovare il file .htaccess, selezionate la nostra guida sui motivi per cui il file .htaccess potrebbe mancare e su come trovarlo.

Opzione 3: selezionare il file php.ini

Se i metodi sopra descritti non funzionano, si può controllare il file php.ini.

php.ini è un file che controlla le impostazioni di PHP, tra cui la versione di PHP e gli script PHP. Non è un file del nucleo di WordPress, perché di solito è gestito dal fornitore di hosting.

È possibile selezionare il codice per vedere il limite di utilizzo della memoria PHP. Per maggiori dettagli, si può consultare la nostra guida su come trovare e modificare il file php.ini.

Tuttavia, poiché si tratta di un metodo avanzato, vi consigliamo di contattare il team di assistenza del vostro fornitore di hosting per verificare se è possibile aumentare manualmente il limite di memoria di WordPress. In caso contrario, si potrebbero verificare ulteriori errori.

Per maggiori informazioni, potete leggere la nostra guida su come richiedere correttamente il supporto di WordPress.

Opzione 4: Aggiornamento dell’hosting WordPress

Se si verifica costantemente l’errore di memoria esaurita, potrebbe essere un segno che il sito web ha superato l’attuale piano di hosting.

Man mano che il sito web attira più visitatori e aggiunge più contenuti, sono necessarie più risorse per funzionare senza problemi. L’aggiornamento a un piano con una maggiore allocazione di memoria può essere una soluzione permanente.

Considerate di aggiornare il vostro hosting WordPress se:

  • Avete provato le soluzioni precedenti ma l’errore persiste.
  • Il vostro sito web è cresciuto significativamente in termini di traffico o di contenuti.
  • Si prevede di aggiungere caratteristiche o funzionalità che richiedono maggiori risorse.

Bluehost ospita piani di hosting WordPress affidabili e convenienti, in grado di adattarsi alle esigenze del vostro sito web. Fornisce una piattaforma di facile utilizzo, ottimizzata specificamente per WordPress, che rende facile la gestione del sito web.

Se si utilizza il nostro codice coupon Bluehost, è possibile ottenere fino al 61% di sconto sul primo acquisto. Fai clic sul pulsante qui sotto per ottenerlo:

Bluehost offer for WPBeginner readers

Come evitare di esaurire la memoria di WordPress

Ora che avete corretto l’errore di esaurimento della memoria di WordPress, ecco alcuni passaggi proattivi per evitare che si ripeta:

Speriamo che questo articolo vi abbia aiutato a risolvere l’errore di esaurimento della memoria di WordPress aumentando il limite di memoria di PHP. Potreste anche voler consultare la nostra guida passo-passo per principianti alla risoluzione degli errori di WordPress e le nostre scelte di esperti sui migliori plugin di WordPress per far crescere il vostro sito.

Se questo articolo vi è piaciuto, iscrivetevi al nostro canale YouTube per le esercitazioni video su WordPress. Potete trovarci anche su Twitter e Facebook.

Divulgazione: I nostri contenuti sono sostenuti dai lettori. Ciò significa che se cliccate su alcuni dei nostri link, potremmo guadagnare una commissione. Vedi come WPBeginner è finanziato , perché è importante e come puoi sostenerci. Ecco il nostro processo editoriale .

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.

Il kit di strumenti WordPress definitivo

Ottenete l'accesso gratuito al nostro kit di strumenti - una raccolta di prodotti e risorse relative a WordPress che ogni professionista dovrebbe avere!

Reader Interactions

464 commentiLascia una risposta

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Devox

    Super! it solved the problem quickly ,thank you very much

    • WPBeginner Support

      Glad our guide was helpful!

      Admin

  3. Ifedayo

    Thank you, this was helpful! All problem has been solved by carefully following this step-by-step instructions. Keep up the good work :)

    • WPBeginner Support

      Glad you found our guide helpful!

      Admin

  4. John

    Thanks very much. It was very veryhelpful.

    • WPBeginner Support

      Glad our guide was helpful!

      Admin

  5. Michie

    Your website is beneficial, especially to a beginner like me. Thank you so much

    • WPBeginner Support

      Glad you found our guides helpful :)

      Admin

  6. Doy

    Hi,

    Thank you for this awesome website. I got this in the error log after adding this code.
    [26-Apr-2022 02:45:31 UTC] PHP Warning: Use of undefined constant ‘WP_MEMORY_LIMIT’ – assumed ‘‘WP_MEMORY_LIMIT’’ (this will throw an Error in a future version of PHP) in /wp-config.php on line x

    Is this a problem? Should I remove the code?

    • WPBeginner Support

      That would only be an error for future versions of PHP. This solution should only be a temporary fix and your hosting provider should be able to assist with the root cause of the issue.

      Admin

  7. Alison Taylor

    Thank you! You folks rock. This solved my problem. WPBeginner is my go-to website for learning new things about WordPress, even though I’m not a beginner.

    • WPBeginner Support

      Glad our guide was helpful :)

      Admin

  8. J h

    “Once you are done, you need to save your changes and upload your wp-config.php file back to your server.”

    How again do you upload the file back to your server?

    • WPBeginner Support

      You would need to use FTP or your host’s file manager again and there should be the option to upload and replace the file :)

      Admin

  9. Daniel

    The changes are not having effects. We are still with 40MB and the site does not accept the changes. What should I do?

    • WPBeginner Support

      As we state at the end of the article, if our recommendations do not work, please reach out to your hosting provider as they may have set a limit that would override what you as a user can set.

      Admin

  10. Liviu

    Really worked.

    I had white screen when I wanted to create a new post on PC browser. But worked on my phone.

    Thanks

    • WPBeginner Support

      You’re welcome :)

      Admin

  11. Simeon Adedokun

    Thank you so much for this! It’s really helped me.

    • WPBeginner Support

      Glad our guide could help :)

      Admin

  12. John Harries

    Thank you for providing a straight forward solution to an error which occurred when I tried to update the php version from 7.1 to 7.4

  13. Mart

    Fantastic, thank you soooo much for this, simple straight talk.. excellent.. first problem solved … now got to learn more

    • WPBeginner Support

      Glad our guide was able to help :)

      Admin

  14. Julian

    I had to change mine to much higher and hope it won’t cause an issue? Changed to 1024M!

    • WPBeginner Support

      It can mean the site can take longer to notice issues if some arise but shouldn’t cause a major issue in general.

      Admin

  15. Mujahid Siyal

    I added the code problem is gone but a text “WP_MEMORY_LIMIT” has appeared in the top corner of logo. So what should I do about that?

    • WPBeginner Support

      You would want to ensure you added the code snippet correctly as it is likely showing that code thinking it is text.

      Admin

  16. David

    “First you need to edit the wp-config.php file on your WordPress site. It is located in your WordPress site’s root folder, and you will need to use an FTP client or file manager in your web hosting control panel.”

    Simple! What does that mean? It is gobbledegook to me.

  17. Anna yakub

    This was super helpful for an issue I’ve battled with for a while now. Thanks so much

    • WPBeginner Support

      Glad our recommendations were helpful :)

      Admin

  18. Katerina

    I’m new in WordPress and I’m trying to figure out, for a couple of days, why suddenly I get an error 500 and can’t save my edits. This helped solve my problem. Thank you so much!

    • WPBeginner Support

      Glad our guide could help :)

      Admin

  19. Richard Lamsdale

    Thanks for this – it fixed my problem.

    • WPBeginner Support

      Glad our guide was helpful :)

      Admin

  20. Malou

    Helpful, Thank you so much

    • WPBeginner Support

      You’re welcome :)

      Admin

  21. Segun

    This worked perfectly for me. Thanks

    • WPBeginner Support

      You’re welcome :)

      Admin

  22. Rick Richi

    can I increase the memory to 512?

    • WPBeginner Support

      You can certainly try to see if that fixes the error for you.

      Admin

  23. Haris imran

    Thanks it helped me a lot

    • WPBeginner Support

      Glad our guide was helpful :)

      Admin

  24. Arpita Hunka

    This solution is not working for me, my website is hosted at AWS server and I have all the access, I have tried to set memory_limit in php.ini, wp-config and .htaccess. but still getting issue when accessing backend pages.

    • WPBeginner Support

      You would want to reach out to the support for your hosting for what other options you have available with AWS

      Admin

  25. Anders

    Thanks a lot…. :-)

    A quick and easy fix!!

    • WPBeginner Support

      You’re welcome, glad our guide was helpful :)

      Admin

  26. Faisal Arafin

    You just saved me from heart attack…..

    • WPBeginner Support

      Glad our guide could help :)

      Admin

  27. Laura

    Thaaaanks, you save my day!

    • WPBeginner Support

      You’re welcome :)

      Admin

  28. Benthe Kuijpers

    Thanks so much! Was so worried when I had this fatal error, but this fix is just a piece of cake! :-)

    • WPBeginner Support

      Glad our guide was helpful :)

      Admin

  29. Dileepa K

    Thank you for this post…
    Very Helpful

    • WPBeginner Support

      You’re welcome :)

      Admin

  30. Gunvant Nakum

    Thanks you so much for your help

    • WPBeginner Support

      You’re welcome :)

      Admin

  31. Sumit Gupta

    This is not working for me.

    • WPBeginner Support

      If our recommendations are not working, you would want to reach out to your hosting provider and they should be able to assist

      Admin

  32. Ademola Kayode Abdulai

    this still works after few years,, Great thank you… works for me as well

    • WPBeginner Support

      Glad our recommendation was helpful :)

      Admin

  33. Luuk

    Great tip! Thank you very much!

    • WPBeginner Support

      You’re welcome :)

      Admin

  34. Mehedi Mahmood

    Thank you so so much! can’t really explain how helpful this was

    • WPBeginner Support

      Glad our guide was helpful :)

      Admin

  35. Manthan Admane

    Thank you so much.
    Solved my issue :)

    • WPBeginner Support

      Glad our guide was helpful :)

      Admin

  36. Mevlut Demiroz

    Very thanks, fixed

    • WPBeginner Support

      Glad our guide was helpful :)

      Admin

  37. Ivan

    Hi, I had the memory exhausted message and I increased the wp memory limit to 12mb and it worked. Then a few days later I had the same error, so I had to increase the wp memory limit to 256mb and the message kept showing. I am currently on 1024mb, which seems excessive for a small website of 4 pages and a blog post of 15,000 words. Any suggestions how to resolve the issue or what might be causing it?

    • WPBeginner Support

      You would want to reach out to your hosting provider and they can normally assist in finding the root of the issue for your specific site.

      Admin

    • WPBeginner Support

      You’re welcome :)

      Admin

    • WPBeginner Support

      You’re welcome :)

      Admin

  38. Sone Eric

    Thank you very much. You solved my problem.

    • WPBeginner Support

      Glad our article was able to assist :)

      Admin

  39. Gk Guru

    My website has been hacked. Which is showing the homepage blank. In which the script has been injected, as well as the entire WordPress files. Database file is also affected.

    Please suggest any solution for this. What do i have to do next steps.

  40. Thanuja Dharshana

    wow its working… thanks word press …..!

    • WPBeginner Support

      Glad our troubleshooting guide could help :)

      Admin

  41. Iheb Mejri

    Ran into this exact constraint today, thank you for the concise and helpful article :)

    • WPBeginner Support

      You’re welcome, glad our guide could be helpful :)

      Admin

  42. Mayur Agarwal

    wow.. this works in 2020 as well. Thanks a lot. :)

    • WPBeginner Support

      Correct, you’re welcome glad the guide could help :)

      Admin

  43. Jayant singh rawat

    Hey. My website is doing well. but whenever i tried to edit any post my server memory and I/O exhaust

    • WPBeginner Support

      If you reach out to your hosting provider they should be able to help prevent this error going forward

      Admin

  44. Ricardo M

    It worked!! thanks a lot, I should say that if you are using control panel you can access and edit the file config,php within the same platform no need to dowload the file for editing.

    • WPBeginner Support

      It depends on the hosting provider as not all have a file manager that they offer but thanks for sharing :)

      Admin

  45. Sudev Barar

    Thanks. That was great tip that saved me.

    • WPBeginner Support

      You’re welcome, glad our guide could be helpful :)

      Admin

  46. Rishikesh Prasad

    Great, Thank you very much…

    • WPBeginner Support

      You’re welcome :)

      Admin

  47. Michael Ogbonnaya

    Thank you so much. This solved my problem.

    • WPBeginner Support

      You’re welcome, glad we could be helpful :)

      Admin

  48. Abdulbasit Rubeiyya

    Thanks Alot, worked for me

    • WPBeginner Support

      You’re welcome, glad our guide worked :)

      Admin

  49. manoush

    thanks for information.
    solved my problem.

    • WPBeginner Support

      You’re welcome, glad our guide could help :)

      Admin

Lascia una risposta

Grazie per aver scelto di lasciare un commento. Tenga presente che tutti i commenti sono moderati in base alle nostre politica dei commenti e il suo indirizzo e-mail NON sarà pubblicato. Si prega di NON utilizzare parole chiave nel campo del nome. Avremo una conversazione personale e significativa.