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

修正: WordPressのメモリ不足エラー – PHPのメモリを増やす

WordPressで許容メモリサイズ不足のエラーメッセージが表示されますか?

これはWordPressで最もよく見られるエラーのひとつで、WordPressのPHPメモリ制限を増やすことで簡単に解決できます。

この投稿では、PHPのメモリ制限を増やすことによってWordPressのメモリを使い果たしたエラーを修正する方法を紹介します。

Fix: WordPress Memory Exhausted Error – Increase PHP Memory

WordPress Memory Exhausted Errorとは?

WordPressのメモリを使い果たしたエラーは、あなたのサイトがタスクを実行するのに苦労している場合に表示される可能性のあるメッセージです。

WordPressはサーバーサイドのプログラミング言語であるPHPを使ってビルトインされており、実行にはメモリが必要です。

他のコンピューターと同じように、ウェブサーバーも複数のアプリケーションを同時に実行するためのメモリ量には限りがあります。WordPressホスティングサービスプロバイダーは、PHPを含むさまざまなアプリケーションに特定のメモリサイズを割り当てます。

WordPressコードが初期設定より多くのメモリを必須とする場合、このエラーメッセージが表示されます:

致命的なエラー:許容メモリサイズ 33554432 バイトを使い果たしました(2348617 バイトを割り当てようとしました) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx

Memory exhausted error displayed on a WordPress site

WordPressサイトがサーバーメモリを使い果たしている可能性があります:

  • 画像、動画、その他のメディアの数々
  • 未使用のWordPressプラグインが豊富
  • ホスティングプランのリソースを使い果たした

初期設定では、WordPressはPHPのメモリ制限が64MB未満の場合、自動的に増やそうとします。しかし、64MBでは十分でないことがよくあります。

とはいえ、WordPressのPHPメモリ制限を簡単に増やして、メモリ不足エラーを回避する方法を見てみよう。

チュートリアルのナビゲーションには、以下のクイックリンクをご利用ください:

注: これらの方法の中には、WordPressファイルを直接編集する必要があるものもあります。エラーの発生を防ぐため、まずサイトをバックアップすることをお勧めします。

設定1:wp-config.phpファイルの編集

まず、WordPressサイトのwp-config.phpファイルを編集する必要があります。これは、ルート・ディレクトリにあるWordPressのコア・ファイルのひとつで、通常はpublic_htmlという名前になっています。

FileZillaのようなFTPクライアント、またはウェブホスティングサービスコントロールパネルのファイルマネージャを使用する必要があります。

次に、次の行をwp-config.phpファイルの「すべてです、編集を中止してください」という行の直前に貼り付ける必要があります!それでは、よいブログを。

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

このコードはWordPressにPHPのメモリ制限を256MBに増やすように指示します。

詳しくは、wp-config.phpファイルの見つけ方と編集方法のステップバイステップガイドをご覧ください。

完了したら、変更を保存し、wp-config.phpファイルをサーバーにアップロードする必要があります。

これでWordPressサイトにアクセスできるようになり、メモリ枯渇エラーは消えているはずです。

設定2:.htaccessファイルの編集

次の方法は、.htaccessファイルを編集することです。このファイルもWordPressサイトのルート・フォルダーにあります。

ここで、#END WORDPRESSと書かれた行の前に以下のコードを貼り付ける必要があります。

php_value memory_limit 256M

前のコードと同様に、WordPressにPHPのメモリ制限を256MBに増やすように指示します。

その後、変更を保存し、ファイルをWebサーバーにアップロードしてください。これで、WordPressサイトをもう一度開いて、メモリ制限エラーがなくなっているかどうかを確認することができます。

.htaccessファイルが見つからない場合は、.htaccessファイルが見つからない理由と見つける方法についてのガイドをご覧ください。

設定3:php.iniファイルをチェックする

上記の方法でうまくいかない場合は、php.iniファイルを見てください。

php.iniは、PHPのバージョンやPHPスクリプトなど、PHPの設定をコントロールするファイルです。通常はホスティングサービスが管理しているため、WordPressのコアファイルではありません。

PHPのメモリ使用量の上限を確認するには、そのコードをチェックすることができます。詳しくは、php.iniファイルの見つけ方と編集方法をご覧ください。

しかし、これは高度な方法なので、代わりにホスティングサービスのサポートチームに連絡して、WordPressのメモリ制限を手動で増やせるかどうか確認することをお勧めします。そうしないと、さらなるエラーが発生する可能性があります。

詳しくは、WordPressサポートの正しい依頼方法をご覧ください。

オプション4:WordPressホスティングサービスのアップグレード状況

定数メモリ枯渇エラーに遭遇している場合、それはあなたのサイトが現在のホスティングプランを使い果たしたサインかもしれません。

サイトへの訪問者が増え、コンテンツが追加されるにつれ、円滑に機能するためにはより多くのリソースが必須となります。メモリ割り当ての多いプランにアップグレードすれば、恒久的な解決策となります。

以下の場合は、WordPressホスティングサービスのアップグレードをご検討ください:

  • これまでの解決策を試しても、エラーが消えない。
  • あなたのサイトのトラフィックやコンテンツが大幅に増加しました。
  • より多くのリソースを必須とする機能や特徴の追加を計画している。

Bluehostは、あなたのサイトのニーズに応じて拡張することができ、手頃な価格と信頼性の高いWordPressホスティングサービスプランを提供しています。彼らは特にWordPressに最適化されたユーザーフレンドリーなプラットフォームを提供し、それはあなたのサイトを管理することが容易になります。

あなたは私たちのBluehostのクーポンコードを使用する場合は、最初の購入の61%オフまで得ることができます。ちょうどそれを得るために下のボタンをクリックします:

Bluehost offer for WPBeginner readers

WordPressのメモリを使い果たさない方法

WordPressのメモリを使い果たしたエラーを修正した後は、再発を防ぐための予防策をご紹介します:

この投稿が、PHPのメモリ制限を増やすことでWordPressのメモリを使い果たしたエラーを解決するのにお役に立てば幸いです。WordPressエラーのトラブルシューティングのステップバイステップのビギナーズガイドや、サイトを成長させる最高のWordPressプラグインのエキスパートピックもご覧ください。

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.

情報開示 私たちのコンテンツは読者支援型です。これは、あなたが私たちのリンクの一部をクリックした場合、私たちはコミッションを得ることができることを意味します。 WPBeginnerの資金源 をご覧ください。3$編集プロセスをご覧ください。

アバター

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.

究極のWordPressツールキット

ツールキットへの無料アクセス - すべてのプロフェッショナルが持つべきWordPress関連製品とリソースのコレクション!

Reader Interactions

464件のコメント返信を残す

  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. Nilanjan Roy

    That fixed my issue too :) Thanks a lot :)

  3. Alasdair MacNeill

    This fixed my issue – thank you for the advice!

  4. Momodu Oladapo Ibraheem

    Thanks works for me!!! Your site has been a source of refuge always for WP

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

      管理者

  6. Aaron Silva

    Thanks a lot! it worked!!!!! :) :)

  7. Olayika Olumayokun

    Thanks so much for this type of post, really helped.

  8. Waqas Gulraiz

    Worked! thanks :)

  9. 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!

  10. 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!

  11. Roger

    Thank you, this helped me a lot!

  12. Cole Ryan

    Simple. Effective. Thank you.

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

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

  15. Nathalie

    God bless you guys!!!

  16. Luiz

    Thank you, this article helped me a lot!

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

  18. 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!

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

  20. anand

    its working , thanks

  21. Avinash

    Thank you so much :)

  22. Jake

    Thank you so much! Helped like a charm!

  23. shibby

    What a legend!! Been frustrated by this all weekend and now sorted

  24. Nitin Yadav

    Allowed memory size of 67108864 bytes exhausted (tried to allocate 229376 bytes)
    My Problem is this

  25. Kendra

    Thank you! It’s been a while since I ran into this problem and forgot how to fix it! :D

  26. lauren

    this saved me hours of struggle, thank you so much!

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

  28. Mitra

    OMG! Thanks so much for this article.

  29. goatlady

    Thank you so much.. works perfectly..

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

  31. lexspark daville

    increasing the memory limit worked for me….thanks a lot

  32. Vikash Kumar

    Thanku you soo much… i was facing this issue and your post saved my day

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

  34. Sue P.

    Thank you, it worked!

  35. Taim

    I increased the limit to 128M but the same problem. Then I increased it to 256M and now its working fine.

  36. sheila

    Thank you! Worked like a charm!

  37. Amit Sharma

    Now its working. Thanks a lot for sharing such a great information.

  38. akshay

    work like charm thank you very much…..

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

  40. 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…

  41. maría

    Thank you so much!!

  42. Steven

    Thanks! I had to use 128M, but it works like a charm!

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

  44. kelvin carter

    which line of code should i past it

  45. khasim

    Thank you so much my issue is solved . :)

  46. AmigoGeek

    Thank you so much.

    I had to put: 70MB and went back to work.

    :-)

  47. 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? :D Sorry. I just can’t figure out. :) Thanks.

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

  48. 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!

  49. Olufunmilola Soewu

    Thank you sooooo much, I’h highly grateful. Keep up the good work!!
    Thanks.

返信を残す

コメントありがとうございます。すべてのコメントは私たちのコメントポリシーに従ってモデレートされ、あなたのメールアドレスが公開されることはありませんのでご留意ください。名前欄にキーワードを使用しないでください。個人的で有意義な会話をしましょう。