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

Fix: WordPress Memory Exhausted Error – Öka PHP-minnet

Ser you an allowed memory size exhausted error message i WordPress?

Det här är ett av de vanligaste WordPress error, och du kan enkelt fixa det genom att öka PHP-minneslimiten i WordPress.

I den här artikeln kommer vi att visa dig hur du fixar WordPress memory exhausted error genom att öka PHP:s memory limit.

Fix: WordPress Memory Exhausted Error – Increase PHP Memory

Vad är WordPress Error om minne uttömt?

WordPress memory exhausted error är ett message som du kan se om din website har svårt att utföra sina uppgifter.

WordPress är built-in med PHP, ett programmeringsspråk på serversidan som behöver minne för att kunna run.

Precis som alla andra datorer har web servers en limit av minne för att kunna run flera applikationer kl. samma tid. WordPress hosting providers tilldelar specifika minnesstorlekar till olika applikationer, inklusive PHP.

När din WordPress-kod är obligatorisk och kräver mer minne än vad som tilldelats som standard, visas detta message:

Fatal error: Allowed memory size of 33554432 bytes exhausted (försökte allokera 2348617 bytes) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx

Memory exhausted error displayed on a WordPress site

Din WordPress site kan ha förbrukat minnet på servern om den har gjort det:

  • Många images, videoklipp och andra typer av media
  • Massor av oanvända tillägg till WordPress
  • Växte ur sina resurser för webbhotellets plan

Som standard försöker WordPress automatiskt att öka PHP:s minneslimit om den är mindre än 64 MB. Men 64 MB är ofta inte tillräckligt högt.

Med detta sagt, låt oss se hur du enkelt kan öka PHP:s minnes limit i WordPress för att undvika error om att minnet är förbrukat.

Du kan använda snabblänkarna under för att navigera genom tutorialen:

Note: Några av dessa metoder kräver att du direkt editerar dina WordPress-filer. Vi föreslår att du säkerhetskopierar din website först för att undvika att ytterligare error dyker upp på din website.

Alternativ 1: Editera wp-config.php-filen

Först måste du editera wp-config.php-filen på din WordPress site. Detta är en av WordPress core-filer som ligger i rotkatalogen, vanligtvis public_html.

Du måste använda en FTP-klient som FileZilla eller filhanteraren i webbhotellets kontrollpanel.

Följaktligen måste du klistra in följande rad i wp-config.php-filen precis före den som säger, That's all, stop editing! Trevlig bloggning.

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

Den här koden säger till WordPress att öka limiten för PHP-minnet till 256 MB.

För mer details, se vår Step-by-Step guide om hur du hittar och editerar wp-config.php filen.

När du är klar måste du save dina ändringar och uploada din wp-config.php-fil tillbaka till din server.

You can now visit your WordPress site, and the memory exhausted error should have disappeared.

Alternativ 2: Editera .htaccess-filen

Nästa metod är att editera .htaccess-filen. Denna fil är också placerad i WordPress-webbplatsens rotfolder.

Här måste du klistra in följande kod före raden där det står #END WORDPRESS.

php_value memory_limit 256M

På samma sätt som den tidigare koden kommer den att berätta för WordPress att öka PHP-minneslimiten till 256 MB.p

Därefter sparar du dina ändringar och uploadar filen tillbaka till din web server. You can now open your WordPress website again to see if the memory limit error has gone.

Om du inte kan hitta .htaccess-filen, kontrollera vår guide om varför .htaccess-filen kan saknas och hur du hittar den.

Alternativ 3: Kontrollera din php.ini-fil

Om metoderna ovan inte fungerar kanske du vill ta en titt på filen php.ini.

php.ini är en fil som kontrollerar dina PHP-inställningar, inklusive PHP-versionen och PHP-skript. Det är inte en WordPress core-fil, eftersom din hosting provider vanligtvis hanterar den.

Du kan kontrollera dess kod för att se din limit för minnesanvändning i PHP. För mer detaljer, kan du se vår guide om hur du hittar och editar php.ini-filen.

Men eftersom det här är en avancerad metod rekommenderar vi att du istället kontaktar supportteamet hos din hosting provider för att se om de kan öka WordPress memory limit manuellt. Annars kan detta leda till ytterligare error.

Du kan läsa vår guide om hur du på rätt sätt ber om support för WordPress för mer information.

Alternativ 4: Upgrading to your WordPress webbhotell

Om du konstant stöter på error om att minnet är uttömt kan det vara ett tecken på att din website har vuxit ur sin nuvarande plan för webbhotell.

När din website lockar fler besökare och adderar mer content blir det obligatoriskt med mer resurser för att den ska fungera smidigt. Upgrading till en plan med en högre minnesallokering kan vara en permanent lösning.

Överväg att uppgradera ditt WordPress webbhotell om:

  • Du har provat de tidigare lösningarna och error kvarstår.
  • Your website har ökat betydligt i trafik eller content.
  • You plan to add features or functionality that require more resources.

Bluehost erbjuder prisvärda och tillförlitliga WordPress webbhotell planer som kan skala med din webbplats behov. De tillhandahåller en användarvänlig plattform som är särskilt optimerad för WordPress, vilket gör det enkelt att hantera din website.

Om du använder vår Bluehost coupon code, då kan du få upp till 61% rabatt på ditt första köp. Klicka bara på knappen under för att få det:

Bluehost offer for WPBeginner readers

Så här undviker du att trötta ut ditt minne i WordPress

Nu när du har fixat WordPress error med uttömt minne, följer här några proaktiva steg för att förhindra att det händer igen:

  • Deactivate oanvända tillägg. Många tillägg bidrar till minnesanvändningen. Se regelbundet över dina installerade tillägg och deaktivera dem som du ej aktivt använder för att gratis frigöra minne för viktiga uppgifter.
  • Optimera images. Stora images kan sluka mycket minne. Överväg att använda ett plugin som EWWW Image Optimizer för att automatiskt komprimera images innan du uppladar dem till din site.
  • Använd ett plugin för caching. Tillägg för caching lagrar data på webbplatsen, vilket minskar behovet av att WordPress återskapar den vid varje besök. Detta kan avsevärt förbättra website-prestandan och minska minnesanvändningen.

Vi hoppas att den här artikeln hjälpte dig att lösa error med WordPress minne uttömt genom att öka PHP:s minnes limit. Du kanske också vill se vår Step-by-Step Beginner’s Guide till felsökning av WordPress error och våra expertval för de bästa WordPress-tilläggen för att utveckla din site.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Avslöjande: Vårt innehåll stöds av våra läsare. Det innebär att om du klickar på några av våra länkar, kan vi tjäna en provision. Se hur WPBeginner finansieras, varför det är viktigt, och hur du kan stödja oss. Här är vår editoriala process.

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.

Den ultimata WordPress-verktygslådan

Få GRATIS tillgång till vår verktygslåda - en samling WordPress-relaterade produkter och resurser som varje professionell användare bör ha!

Reader Interactions

464 kommentarerLämna ett svar

  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!

      Administratör

  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!

      Administratör

  4. John

    Thanks very much. It was very veryhelpful.

    • WPBeginner Support

      Glad our guide was helpful!

      Administratör

  5. Michie

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

    • WPBeginner Support

      Glad you found our guides helpful :)

      Administratör

  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.

      Administratör

  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 :)

      Administratör

  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 :)

      Administratör

  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.

      Administratör

  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 :)

      Administratör

  11. Simeon Adedokun

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

    • WPBeginner Support

      Glad our guide could help :)

      Administratör

  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 :)

      Administratör

  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.

      Administratör

  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.

      Administratör

  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 :)

      Administratör

  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 :)

      Administratör

  19. Richard Lamsdale

    Thanks for this – it fixed my problem.

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  20. Malou

    Helpful, Thank you so much

    • WPBeginner Support

      You’re welcome :)

      Administratör

  21. Segun

    This worked perfectly for me. Thanks

    • WPBeginner Support

      You’re welcome :)

      Administratör

  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.

      Administratör

  23. Haris imran

    Thanks it helped me a lot

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  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

      Administratör

  25. Anders

    Thanks a lot…. :-)

    A quick and easy fix!!

    • WPBeginner Support

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

      Administratör

  26. Faisal Arafin

    You just saved me from heart attack…..

    • WPBeginner Support

      Glad our guide could help :)

      Administratör

  27. Laura

    Thaaaanks, you save my day!

    • WPBeginner Support

      You’re welcome :)

      Administratör

  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 :)

      Administratör

  29. Dileepa K

    Thank you for this post…
    Very Helpful

    • WPBeginner Support

      You’re welcome :)

      Administratör

  30. Gunvant Nakum

    Thanks you so much for your help

    • WPBeginner Support

      You’re welcome :)

      Administratör

  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

      Administratör

  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 :)

      Administratör

  33. Luuk

    Great tip! Thank you very much!

    • WPBeginner Support

      You’re welcome :)

      Administratör

  34. Mehedi Mahmood

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

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  35. Manthan Admane

    Thank you so much.
    Solved my issue :)

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  36. Mevlut Demiroz

    Very thanks, fixed

    • WPBeginner Support

      Glad our guide was helpful :)

      Administratör

  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.

      Administratör

  38. player

    thank you so much.

    • WPBeginner Support

      You’re welcome :)

      Administratör

  39. Mathilda

    thanks so much!

    • WPBeginner Support

      You’re welcome :)

      Administratör

  40. Sone Eric

    Thank you very much. You solved my problem.

    • WPBeginner Support

      Glad our article was able to assist :)

      Administratör

  41. 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.

  42. Thanuja Dharshana

    wow its working… thanks word press …..!

    • WPBeginner Support

      Glad our troubleshooting guide could help :)

      Administratör

  43. 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 :)

      Administratör

  44. Mayur Agarwal

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

    • WPBeginner Support

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

      Administratör

  45. 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

      Administratör

  46. 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 :)

      Administratör

  47. Sudev Barar

    Thanks. That was great tip that saved me.

    • WPBeginner Support

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

      Administratör

  48. Rishikesh Prasad

    Great, Thank you very much…

    • WPBeginner Support

      You’re welcome :)

      Administratör

  49. Michael Ogbonnaya

    Thank you so much. This solved my problem.

    • WPBeginner Support

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

      Administratör

  50. Abdulbasit Rubeiyya

    Thanks Alot, worked for me

    • WPBeginner Support

      You’re welcome, glad our guide worked :)

      Administratör

  51. manoush

    thanks for information.
    solved my problem.

    • WPBeginner Support

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

      Administratör

Lämna ett svar

Tack för att du väljer att lämna en kommentar. Tänk på att alla kommentarer modereras enligt våra policy för kommentarer, och din e-postadress kommer INTE att publiceras. Vänligen använd INTE nyckelord i namnfältet. Låt oss ha en personlig och meningsfull konversation.