php运行中出现Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes)的解决! 由 永夜 · 2013/11/22 Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes)在导入excel文件的过程中,出现此种问题,原因在于分配给php程序运行的内存不足了,因此需要设置php.ini中的: memory_limit = 512M,将其设为512M之后,重启服务器,就可以正常运行了的! Share
近期评论