2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

xampp php メモリ使用量限界について

Posted at

xamppで、phpを使用しております

php.iniにて、memory_limit = -1
とメモリ使用量、無制限の設定をしましたが・・・
php処理が、止まってしまいます

以下エラーメッセージ

Fatal error: Out of memory (allocated 1835532288) (tried to allocate 1966080 bytes) in C:\xampp\htdocs\wp\wp-includes\wp-db.php on line 1321

1835532288バイト = 1.71GBの使用量で止まってしまいます・・・

PC自体の実装メモリは、16GBあります・・・

仮想メモリの設定は、46GBに設定しております

1.71GB以上で止まらないようになる方法はないのでしょうか?

どうかご教授ください、よろしくお願い致します

PC環境は以下です

windows7 64bit
実装メモリ:16GB

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?