mahonglin123456 发表于 2018-12-20 13:58:50

PHP报错Fatal error: Allowed memory size of 20971520 bytes exhausted

  报错显示:Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 5584481 bytes) in D:\APMServ5.2.6\www\htdocs\bbs\source\class\class_image.php on line 252
  解决:修改PHP.ini配置文件
  把其中的 memory_limit =20M    修改大一些!
  如改成 memory_limit =200M
  重启Apache即可解决



页: [1]
查看完整版本: PHP报错Fatal error: Allowed memory size of 20971520 bytes exhausted