Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)解决办法
程序员文章站
2024-01-17 08:55:04
...
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)
程序运行报了这个错,php.ini里memory_limit = 1024M
还是不行,不知道是怎么回事
------解决方案--------------------
memory_limit 的作用是限定 php 最大可使用的内存
你 memory_limit = 1024M
却有 1827.75M 可用!
应该说是你的 php 版本有问题
相关文章
相关视频
- 谈网页编程PHP语言的发展_PHP教程
- 模拟OICQ的实现思路和核心程序三转--建议加入精...
- php新手入门经验谈_PHP教程
- 关于中英数字混的字串符分割问题_PHP教程
- Fatal error: Out of memo...
上一篇: php获得用户的真实IP
推荐阅读
-
Fatal error: Out of memory (allocated 262144) (tried to allocate 10267220 bytes)解决方案
-
Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)解决办法
-
Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)解决办法
-
Fatal error: Out of memory (allocated 262144) (tried to allocate 10267220 bytes)解决方案