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.
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
È 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:
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:
- Disattivare i plugin inutilizzati. Molti plugin contribuiscono all’utilizzo della memoria. Esaminate regolarmente i plugin attivati e disattivate quelli che non utilizzate attivamente per liberare memoria per le attività essenziali.
- Ottimizzare le immagini. Le immagini di grandi dimensioni possono essere un problema di memoria. Considerate l’utilizzo di un plugin come EWWW Image Optimizer per comprimere automaticamente le immagini prima di caricarle sul sito.
- Utilizzate un plugin di caching. I plugin di caching memorizzano i dati del sito web, riducendo la necessità di WordPress di rigenerarli a ogni visita. Ciò può migliorare significativamente le prestazioni del sito web e ridurre l’utilizzo della memoria.
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.
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!
Nilanjan Roy
That fixed my issue too Thanks a lot
Alasdair MacNeill
This fixed my issue – thank you for the advice!
Momodu Oladapo Ibraheem
Thanks works for me!!! Your site has been a source of refuge always for WP
Joshua
Great article, i encountered this problem when i installed a new wordpress theme. While you have accurately told us how to solve this problem, i’m thinking what is the impact of having a website that runs on high php memory on web hosting resources, etc?
Many thanks.
WPBeginner Support
Hey Joshua,
It depends. If you are on shared hosting and your website is continuously using more memory than it should, then your web host will automatically kill that particular process.
Admin
Aaron Silva
Thanks a lot! it worked!!!!!
Olayika Olumayokun
Thanks so much for this type of post, really helped.
Waqas Gulraiz
Worked! thanks
Nicole
I always forget how to fix this error when I encounter it. Luckily I found your post, and it worked like a charm. Panic mode is now over. Thank you!
Laercio
I had to edit php.ini and increase memory_limit from 64M to 256. It worked fine!
Daniel
Updating the php.ini file from 32M to 64M worked for me! Thanks!
Roger
Thank you, this helped me a lot!
Cole Ryan
Simple. Effective. Thank you.
Jos Schuurmans
Thanks for the tut, good stuff!
QUESTION: After increasing from the default 64M to 256M, my white screen disappeared and the site is up. Is there a reason to scale down the memory again?
Cheers,
Jos
WPBeginner Support
No, you can continue using the new memory limit.
Admin
Chris
Today is the second time that I’ve needed to refer to this post (bad memory – much like my site).
Great info, keep up the fantastic work.
Nathalie
God bless you guys!!!
Luiz
Thank you, this article helped me a lot!
Arjuna
Hi!
How can I mixed this error?
Fatal error: Allowed memory size of 176160768 bytes exhausted (tried to allocate 78 bytes) in /home/brandkpl/public_html/wp-includes/taxonomy.php on line 3146
Kay
Hi there,
Is there a way to increase the memory and make sure it stays that way when updating WP?
Everything I update my site, I have to do it all over again…
Thanks for your help!
Fazzy
i also found that there could be a chance that in the root folder there will be a “maint” folder, although normally this will give you a screen saying its under maint which you will then know what to do.
but in my instance the “Maint” in the root folder just showed the WSOD once it was removed i was back up and running.
anand
its working , thanks
Avinash
Thank you so much
Jake
Thank you so much! Helped like a charm!
shibby
What a legend!! Been frustrated by this all weekend and now sorted
Tom
Thank you!!!!!
Dee
Thanks a bunch!
Nitin Yadav
Allowed memory size of 67108864 bytes exhausted (tried to allocate 229376 bytes)
My Problem is this
Kendra
Thank you! It’s been a while since I ran into this problem and forgot how to fix it!
lauren
this saved me hours of struggle, thank you so much!
kandra
Nice one, i wonder I could increase the memory of instant wp aplication in order to successfully migrate my blog in blogger to wordpress.
Mitra
OMG! Thanks so much for this article.
goatlady
Thank you so much.. works perfectly..
Laxmanrao
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 78 bytes) in /home/xxxx/public_html/wp-includes/wp-db.php on line 1837
lexspark daville
increasing the memory limit worked for me….thanks a lot
Vikash Kumar
Thanku you soo much… i was facing this issue and your post saved my day
Neha Srivastava
Hi,
i am getting this error, while importing demo and uploading plugin.
i have already try out these methods. pls help.
500 – Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
Sue P.
Thank you, it worked!
Taim
I increased the limit to 128M but the same problem. Then I increased it to 256M and now its working fine.
sheila
Thank you! Worked like a charm!
Amit Sharma
Now its working. Thanks a lot for sharing such a great information.
akshay
work like charm thank you very much…..
Emily
Hi, this sounds like the issue I’m having with Prophoto – however I can’t login to the admin area – as I get a blank white screen – to make the changes you suggest, is there another way? Thanks so much
ginger
Hey, I probably have a huge problem here.. but the only wp-config file I can find on my Air is wp-config-sample.php.
total blank webpage situation – i doubt it’s memory since i don’t have more than a couple pages…
maría
Thank you so much!!
Steven
Thanks! I had to use 128M, but it works like a charm!
Jeff Moyer
It’s usually easier to get your web host to do this rather then doing it manually, if you screw something up you can make your website worse.
kelvin carter
which line of code should i past it
khasim
Thank you so much my issue is solved .
AmigoGeek
Thank you so much.
I had to put: 70MB and went back to work.
Blogger
“First open your wp-config.php which is located in the root WordPress directory. Then add the following line inside the main php tag:”
I really have no idea what to click to find the wp-config.php or the root WordPress Directory. Is it in the Settings? Sorry. I just can’t figure out. Thanks.
WPBeginner Support
Please take a look at our guide on how to edit wp-config.php file in WordPress.
Admin
Ahan Jain
I can’t find it. Where can I find my we-configure.php file.
Francois
Hi,
In order to locate your wp-config.php file, you will need to access your clientzone of your web host and locate file manager.
In your public_html folder, you will find your wp-config.php file.
Hope this helps you.
Brittany Goldsby
Thank you so much for this! Me and my office manager was about to pull our hair out because we couldn’t figure out how to increase the memory limit on a website we were working for a client. We actually increased the memory to ‘128M’ because ’64M’ was already there and it worked like a charm. Thanks!
Olufunmilola Soewu
Thank you sooooo much, I’h highly grateful. Keep up the good work!!
Thanks.