Fatal error: Out of memory (allocated 168550400) (tried to allocate 266240 bytes) in /www/wwwroot/3117.cn/thinkphp/library/think/db/Connection.php on line 578

[1] ErrorException in Connection.php line 578

Out of memory (allocated 168550400) (tried to allocate 266240 bytes)

  1. {
  2. if ($pdo) {
  3. // 返回PDOStatement对象处理
  4. return $this->PDOStatement;
  5. }
  6. if ($procedure) {
  7. // 存储过程返回结果
  8. return $this->procedure();
  9. }
  10. $result = $this->PDOStatement->fetchAll($this->fetchType);
  11. $this->numRows = count($result);
  12. return $result;
  13. }
  14. /**
  15. * 获得存储过程数据集
  16. * @access protected
  17. * @return array
  18. */

Call Stack

  1. in Connection.php line 578
  2. at Error::appShutdown()

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_ACCEPT_ENCODING
gzip, br, zstd, deflate
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT
*/*
HTTP_HOST
3117.cn
PATH_INFO
/article/1074.html
REDIRECT_STATUS
200
SERVER_NAME
3117.cn
SERVER_PORT
443
SERVER_ADDR
171.80.2.176
REMOTE_PORT
26634
REMOTE_ADDR
216.73.216.5
SERVER_SOFTWARE
nginx/1.21.4
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/3117.cn/public
DOCUMENT_URI
/index.php
REQUEST_URI
/article/1074.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/article/1074.html
SCRIPT_FILENAME
/www/wwwroot/3117.cn/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1770118041.8563
REQUEST_TIME
1770118041
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/3117.cn/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1770118041.8579
THINK_START_MEM
368016
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/3117.cn/thinkphp/
LIB_PATH
/www/wwwroot/3117.cn/thinkphp/library/
CORE_PATH
/www/wwwroot/3117.cn/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/3117.cn/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/3117.cn/
EXTEND_PATH
/www/wwwroot/3117.cn/extend/
VENDOR_PATH
/www/wwwroot/3117.cn/vendor/
RUNTIME_PATH
/www/wwwroot/3117.cn/runtime/
LOG_PATH
/www/wwwroot/3117.cn/runtime/log/
CACHE_PATH
/www/wwwroot/3117.cn/runtime/cache/
TEMP_PATH
/www/wwwroot/3117.cn/runtime/temp/
CONF_PATH
/www/wwwroot/3117.cn/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
PHP_FLOAT_DIG
15
PHP_FLOAT_EPSILON
2.2204460492503E-16
PHP_FLOAT_MIN
2.2250738585072E-308
PHP_FLOAT_MAX
1.7976931348623E+308
PHP_OS_FAMILY
Linux
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/www/wwwroot/3117.cn/addons/

Fatal error: Out of memory (allocated 168550400) (tried to allocate 32768 bytes) in /www/wwwroot/3117.cn/thinkphp/library/think/exception/Handle.php on line 180