欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)解决办法

程序员文章站 2022-05-28 09:53:44
...
Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)
Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)

程序运行报了这个错,php.ini里memory_limit = 1024M
还是不行,不知道是怎么回事
------解决方案--------------------
memory_limit 的作用是限定 php 最大可使用的内存
你 memory_limit = 1024M
却有 1827.75M 可用!
应该说是你的 php 版本有问题
Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)解决办法

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频