`
JadeLuo
  • 浏览: 430376 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论

thinkphp3.1.3 内存问题

 
阅读更多

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in E:\wamp\huike\ThinkPHP\Common\common.php on line 650

 

<?php

ini_set("memory_limit","12M");

 

//echo ini_get('display_errors');

 

 

define('APP_NAME','Index');//项目名称,非整个网站项目,此处是前台项目名称

define('APP_PATH','./Index/');//前端项目路径

define('RUNTIME_PATH','./Index/indexruntime/');//

require_once './ThinkPHP/ThinkPHP.php';

//echo C('username');

//define('APP_DEBUG',TRUE);

 

 

?>

添加 

ini_set("memory_limit","12M");

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics