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!
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
Bijay Budhathoki
It Worked for me when i changed the following
define(‘WP_MEMORY_LIMIT’, ‘264M’);
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.
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
ussy
worked for me
Thanks
I increased it to 512M
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
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
WPBeginner Support
Try switching to a default theme and see what happens.
Admin
Pascal mutulu
Thanks,
define(‘WP_MEMORY_LIMIT’, ’64M’);
It worked for me in a second after 1week hustle.
Tuấn
thank you so much, you are save my life, it’s worked like a charm!!
Avtar Nanrey
You’re a life saver. Thank You.
Olagoke Tobi
Thanks guys, worked like a charm!!!!!
Naveen Rishi
Nice buddy, Thanks
RetroMike
Nice one! Instafix
(well… after opening loads of other tabs and not doing it for 10 minutes…)
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
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. */”
Admin
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 ?
WPBeginner Support
First try updating your permalinks. Simply visit Settings » Permalinks and then click on the save changes button without changing anything. If that doesn’t solve it, then it could be a file permission issue. See our guide on how to fix common image issues in WordPress.
Admin
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
Jhasketan Garud
Thanks a lot . It just saved me from a 503 error as well.
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
WPBeginner Support
See how to increase memory size in WordPress. If this does not solve your problem, then try using another related posts plugin.
Admin
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
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
Mos
Hello,
How do identify the main php tag?
Thanks!
Christian
Sweet! Worked perfectly. Thanks!
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.
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
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
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
Lindsay
Worked like a charm! Thanks for the super simple fix!
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!
David
Please how do I locate my Root WordPress Directory. Please explain with images to help me understand better. Thanks
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
WPBeginner Support
May be this article will help: How to fix the WordPress white screen of death.
Admin
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.
Kenold Beauplan
128M worked for me.
Thanks
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
Sabir Hussain
so simple
check this file
public_html/wp-includes/default-constants.php
Enjoy
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)
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!!!!
Alinn
Thanks a lot
herman
I can’t even get into the admin dashboard. I can’t login to do the changes.
WPBeginner Support
Please see our guide on what to do when you are locked out of WordPress admin area.
Admin
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
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!
Kassiah
Thanks for this great tip! Worked like a charm
Saskia
I have a white screen and cannot open the items in the wordpress directory (only SEO and guestbook). How to increase the memory?
Alex
Hi guys,
This method can be use to fix the “508 Resource Limited Reached” Problem?
Thank You
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.
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!
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.
Anriëtte
Had a strong suspicion this won’t work for my host, but it did, thanks!
Noel Cammack
Thanks for the help WPBeginner! You guys rock!
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’);
tegori.org
brilliant! thanks for this. I had to increase the limit to 256M, but it worked like a charm.
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.