thinkphp框架中系统内存储器溢出

WBOY
Release: 2016-06-13 12:41:24
Original
1077 people have browsed it

thinkphp框架中系统内存溢出
数据量过大的页面就报错:Fatal error: Out of memory (allocated 1781792768) (tried to allocate 42 bytes) in C:\workspace\gshm_hrp\ThinkPHP\Lib\Think\Db\Driver\DbMysql.class.php on line 243


我修改了php.ini里面的配置:如下
max_execution_time = 0 ; Maximum execution time of each script, in seconds
max_input_time = 300 ; Maximum amount of time each script may spend parsing request data
memory_limit = 2048M ; Maximum amount of memory a script may consume (8MB)

请大神看看。

php thinkphp 内存溢出
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!